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
@blender I had a look into it and created a PR for it #190.
It ran in my local environment with having the source_profile and role_arn only in config file instead of credentials. I'm not expert into Haskell, please let me know if I miss anything.
Enhancement Suggestion / Bug Report
Going further in #175, the fix seems to rely on
credentials
file only forsource_profile
androle_arn
fields.However, AWS suggests to use
config
to setupsource_profile
androle_arn
. Source: Assuming an IAM Role in the AWS CLISteps which explain the enhancement or reproduce the bug
source_profile
androle_arn
setup inconfig
file as expected by AWS from their documentation.Current behavior
Why would the enhancement be useful to most users
Using
config
file instead ofcredentials
file for this specific request would avoid to support duplicated configuration between those two files.Rome version:
OS and version:
The text was updated successfully, but these errors were encountered: