tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://chromewebstore.google.com/detail/aws-extend-switch-roles/jpmkfafbacpgapdghgdpembnojdlgkdl?utm_source=github
MIT License
1.32k stars 141 forks source link

Whitespaces in profile names are replaced with the `+` character #178

Open cherusker opened 3 years ago

cherusker commented 3 years ago

Since the latest row of updates (the bump of AWS' UI), whitespaces are replaced with + when displayed on https://console.aws.amazon.com; something like

[profile Dev (Super Admin)]
role_arn = arn:aws:iam::012345678901:role/super_admin
color = ffc107

would be shown as Dev+(Super+Admin). Not the end of the world but would be cool if there was a chance to get it back to how it worked before 😊

tilfin commented 3 years ago

This phenomenon had occurred in the original role history when the Console UI had been changed and AESR was not working correctly, which I think does not happen now. But maybe you need to clean up your role history once.

tilfin commented 3 years ago

It can certainly happen. But I cannot catch the reason yet.

0xdnL commented 3 years ago

I'm currently seeing ACCOUNT++|++ACCOUNT_ID after changing services here and there. It resets once I reselect the same accoutn via the plugin. Example config:

[ACCOUNT]
aws_account_id  = ACCOUNT_ID
role_name       = ROLE_NAME

possibly related ?