This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Toolkit does not use configuration file #86
Open
Description
It seems to be the case that the Eclipse toolkit does not use the configuration file located at ~/.aws/config
. Only credentials configured in ~/.aws/credentials
are used.
Therefore using a specific role configured as role_arn=arn:aws:iam::123456789123:role/RoleName is not possible. On CLI it is possible to use such config profiles.
Config file:
[profile myProfile]
role_arn=arn:aws:iam::123456789123:role/RoleName
region=eu-central-1
source_profile=myCredentialProfile
Credentials file:
[myCredentialProfile]
aws_access_key_id=XXXXXXXXXXXXXXXX
aws_secret_access_key=******************************************