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 just installed AWS.jl and want to use it for assume_role_with_web_identity. While the equivalent command line version works without complaining, AWS.jl errors:
assume_role_with_web_identity is indeed special in that it shouldn't need any aws credentials for working.
Is there some workaround to specify nocredentials?
The text was updated successfully, but these errors were encountered:
schlichtanders
changed the title
BUG: assume_role_with_web_identity should work even without AWS credentials being found
should assume_role_with_web_identity work even without AWS credentials being found?
Apr 27, 2023
I just installed AWS.jl and want to use it for assume_role_with_web_identity. While the equivalent command line version works without complaining, AWS.jl errors:
assume_role_with_web_identity
is indeed special in that it shouldn't need any aws credentials for working.Is there some workaround to specify nocredentials?
The text was updated successfully, but these errors were encountered: