-
Notifications
You must be signed in to change notification settings - Fork 529
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
Adapt testing/benchmark to okta-aws-cli #15512
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
@mkdir -p ~/.aws | ||
@touch $@ | ||
auth: | ||
@okta-aws-cli --profile $(AWS_PROFILE) --write-aws-credentials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to use the elastic-okta-awscli
- the only CLI available for some Elastic employees. The current elastic-observability
should work with that tool.
We can sync up and discuss this if needed
Motivation/summary
Use okta-aws-cli with elastic-observability
Checklist
For functional changes, consider:
How to test these changes
make auth apply
to create infra.make destroy
ormake auth destroy
(if credentials expired) to destroy infra.~/.aws/credentials
should be updated.Related issues
Fixes #15511