Skip to content

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

Description

@lorengordon

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"
}  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions