gimme-aws-creds

gimme-aws-creds should serve as a replacement for aws-okta.

Configuration

Configuration is stored in ~/.okta_aws_login_config. Profiles

Get credentials

For fish, pipe the output into source:

gimme-aws-creds --profile $profile | source

Everywhere else, interpolate the subshell's output into a command:

$(gimme-aws-creds --profile $profile)

Credential storage

Expired passwords will be removed on the first failed attempt to use them, and the following attempt will prompt for the updated password.

On macOS credentials are stored in the default login keychain with the name gimme-aws-creds, and username matches the Okta username (e.g. firstname.lastname) without the associated domain.


Backlinks