Skip to content
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

update readme for short-lived creds migration details #84

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

sj-williams
Copy link
Contributor

FolarinOyenuga
FolarinOyenuga previously approved these changes Apr 19, 2024
README.md Outdated

# Alternative single call in bash
$ unset AWS_PROFILE; read K a n S <<<$(kubectl -n my-namespace get secret my-s3-secrets -o json | jq -r '.data[] | @base64d') ; AWS_ACCESS_KEY_ID=$K AWS_SECRET_ACCESS_KEY=$S aws sts get-caller-identity
# retrieve IRSA rolearn using cloud-platform CLI and [jq](https://jqlang.github.io/jq/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks a heading when u view them in the UI. probably should be under the below code block

@sj-williams sj-williams merged commit cf0593e into main Apr 19, 2024
2 checks passed
@sj-williams sj-williams deleted the update-readme branch April 19, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants