-
Notifications
You must be signed in to change notification settings - Fork 457
feat(oidc): for using EC credentials #13926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,11 +73,16 @@ steps: | |
- elastic/oblt-aws-auth#v0.1.0: | ||
duration: 10800 # seconds | ||
# See https://github.com/elastic/oblt-infra/blob/main/conf/resources/repos/integrations/01-gcp-buildkite-oidc.tf | ||
# This plugin authenticates to Google Cloud using the OIDC token. | ||
# This plugin authenticates to CI Google Cloud using the OIDC token. | ||
- elastic/oblt-google-auth#v1.3.0: | ||
lifetime: 10800 # seconds | ||
project-id: "elastic-observability-ci" | ||
project-number: "911195782929" | ||
lifetime: 10800 # seconds | ||
- avaly/gcp-secret-manager#v1.2.0: | ||
env: | ||
EC_API_KEY: elastic-cloud-observability-team-qa-api-key | ||
EC_HOST: elastic-cloud-observability-team-qa-endpoint | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this secret is not really a secret, shall we use the value instead? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When this feature was implemented, I was not totally sure if that URL should be public or not. That's why I added that as a secret. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If possible I think it would be interesting to keep both values as secrets. It would be quick to change and both values are in the same location. |
||
artifact_paths: | ||
- "build/test-results/*.xml" | ||
- "build/elastic-stack-dump/*/logs/*.log" | ||
|
Uh oh!
There was an error while loading. Please reload this page.