Credentials - YakDriver/fardvag GitHub Wiki

AWS SDK Go credential_process Credentials

Currently, a feature exists for the AWS CLI. In the config file, instead of listing a credential, you can set a variable (credential_process) to a command. When executed, the command should write JSON to stdout with the appropriate credentials. This opens up options for just about any credential integrations. This feature is not available currently for AWS SDK Go.

Testing 1, 2, 3

# env shconf shcred cli? go? diff?
1 no no cp y y
2 no no yes/cp n n
3 no yes cp y n δ
4 no yes yes/cp n n
5 yes no cp y n δ
6 yes no yes/cp n n
7 yes yes cp y n δ
8 yes yes yes/cp n n
9 no cp no y y
10 no cp yes n n
11 no yes/cp no y n δ
12 no yes/cp yes n n
13 yes cp no y n δ
14 yes cp yes n n
15 yes yes/cp no y n δ
16 yes yes/cp yes n n
17 yes yes/cp yes/cp n n