You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the credential_process config in .aws/credentials. For ex:
[my-1p-profile]
credential_process = sh -c "op get item 'AWS -...
This allows me to pull my access key and secret key pair from a password manager. But if I use this profile as the source_profile for assuming a role using assume-role, I get the following error:
panic: SharedConfigAssumeRoleError: failed to load assume role for arn:aws:iam::REDACTED:role/REDACTED, source profile has no shared credentials
It could be a great addition to support this type of configuration.
The text was updated successfully, but these errors were encountered:
I'm using the
credential_process
config in.aws/credentials
. For ex:This allows me to pull my access key and secret key pair from a password manager. But if I use this profile as the
source_profile
for assuming a role usingassume-role
, I get the following error:It could be a great addition to support this type of configuration.
The text was updated successfully, but these errors were encountered: