Open
Description
When I try to configure a second profile using the first profile as its source no profiles show up in the list at all.
To Reproduce
Steps to reproduce the behavior:
- configure an initial profile such as the following.
[profile devops-infra-tagger]
aws_account_id = 000000000000
role_name = CDDOTagging
color = 3b9170
Everything works fine.
- Add a second profile using the first profile as the source_role as follows
[profile dhitagger]
role_arn = arn:aws:iam::111111111111:role/CDDOTagging
source_profile = devops-infra-tagger
- Got to the extension in the browser (when already logged into AWS) an no profiles show up
I use this method for CLI connections all the time with no issues. Also am following your configuration instructions. Don't understand why this is not working.
Expected behavior
The profile list should display and be pickable as per your instructions.
Environment
- OS: [e.g. iOS] Windows 10
- Browser: Chrome
- Version: Latest (just updated today)