ex_aws icon indicating copy to clipboard operation
ex_aws copied to clipboard

Support `credential_process` in `~/.aws/config`?

Open nathanl opened this issue 6 years ago • 1 comments

The AWS CLI allows configuring a credential_process - an external command to run which returns credentials in a specified format. Eg:

[profile dev]
credential_process = my_command -user me -role some_role

In our case, we use this to periodically get a new security token, as you added support for in https://github.com/ex-aws/ex_aws/pull/144/files

Would you like a PR to support automatically and periodically running the credential_process command?

nathanl avatar Nov 21 '19 21:11 nathanl

PR to support just getting the credential_process config value: ~https://github.com/ex-aws/ex_aws/issues/664~ whoops that was #665

nathanl avatar Nov 21 '19 21:11 nathanl