8000 Update `turbot aws` with a method that works with `credential_process` · Issue #53 · turbot/guardrails-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update turbot aws with a method that works with credential_process #53

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

Open
lorengordon opened this issue Nov 9, 2023 · 0 comments
Open

Comments

@lorengordon
Copy link
lorengordon commented Nov 9, 2023

The credential_process argument of an aws config profile allows sourcing credentials from an external process. It also natively supports refreshing those credentials. See also:

Effectively, all the option needs to do, is send the credentials to stdout as a json blob of the form:

{
  "Version": 1,
  "AccessKeyId": "an AWS access key",
  "SecretAccessKey": "your AWS secret access key",
  "SessionToken": "the AWS session token for temporary credentials", 
  "Expiration": "ISO8601 timestamp when the credentials expire"
}  
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

No branches or pull requests

1 participant
0