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
Is there support for the env variable AWS_PROFILE?
When using AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY env variables, the interceptor is working fine, but when I use AWS_PROFILE it doesn't seem te get picked up.
Am I missing something or is this not supported?
The text was updated successfully, but these errors were encountered:
one simple workaround is to get static key before using profile. eval "$(aws configure export-credentials --format env)"
could make sense in local command line scenario
Is there support for the env variable
AWS_PROFILE
?When using
AWS_ACCESS_KEY_ID
&AWS_SECRET_ACCESS_KEY
env variables, the interceptor is working fine, but when I useAWS_PROFILE
it doesn't seem te get picked up.Am I missing something or is this not supported?
The text was updated successfully, but these errors were encountered: