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
This would make it possible to use AWS_SHARED_CREDENTIALS_FILE and AWS_PROFILE env vars to load credentials from an existing file on disk, in addition to loading credentials from the default file and profile if neither are set.
K3s currently supports loading etcd s3 credentials from 3 places:
We should add support for also loading credentials from a shared credentials file (~/.aws/credentials): https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#the-shared-credentials-file
This would make it possible to use
AWS_SHARED_CREDENTIALS_FILE
andAWS_PROFILE
env vars to load credentials from an existing file on disk, in addition to loading credentials from the default file and profile if neither are set.Ref:
The text was updated successfully, but these errors were encountered: