Skip to content

Source_role does not work #333

Open
Open
@towerbe

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:

  1. configure an initial profile such as the following.
    [profile devops-infra-tagger]
    aws_account_id = 000000000000
    role_name = CDDOTagging
    color = 3b9170

Everything works fine.

  1. 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

  1. Got to the extension in the browser (when already logged into AWS) an no profiles show up
image

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)

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions