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 am trying to run Alexandrie in Kubernetes but running into the issue where the default credentials chain does not use the injected IAM Roles for Service Account credential. The upstream issue is here: rusoto/rusoto#1781
Could we add a custom chain provider that just includes the rusoto_sts::WebIdentityProvider::from_k8s_env() in the chain? Something like awslabs/coldsnap#122 (comment).
Alternatively, switching to the AWS Rust SDK would also fix this behavior by default.
The text was updated successfully, but these errors were encountered:
I am trying to run Alexandrie in Kubernetes but running into the issue where the default credentials chain does not use the injected IAM Roles for Service Account credential. The upstream issue is here: rusoto/rusoto#1781
Could we add a custom chain provider that just includes the
rusoto_sts::WebIdentityProvider::from_k8s_env()
in the chain? Something like awslabs/coldsnap#122 (comment).Alternatively, switching to the AWS Rust SDK would also fix this behavior by default.
The text was updated successfully, but these errors were encountered: