WTFender / aws-sso-extender

Browser Extension for AWS SSO / Identity Center
https://wtfender.com/posts/aws-sso-extender
MIT License
54 stars 9 forks source link

Print Account Name #81

Closed oviliz closed 9 months ago

oviliz commented 9 months ago

Description

The "AWS Account Name" field doesn't appear to be printed to the Console (and Container) and I'm using the "Profile Label & Color" field to fill that in manually. Is there way to get it done by default? image

PS. Thanks for your extension @WTFender

WTFender commented 9 months ago

@oviliz you're welcome!

Just to clarify, are you saying the label isn't being applied to the AWS console at all or just having trouble with the {{accountName}} variable?

The variables don't work in the profile label directly, but I could consider that.

If I wanted MyPermissionSet @ AccountName in my console, I would set the profile label as MyPermissionSet and set your "SSO Console label" in the extension settings to be {{profile}} @ {{accountName}}.

Screenshot 2023-10-06 at 11 58 44 AM

Screenshot 2023-10-06 at 2 52 39 PM

Screenshot 2023-10-06 at 2 54 10 PM
oviliz commented 9 months ago

Oh, I didn't realise I could do that from the SSO Console Label. Thank you sir.