-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support tags in ListFields #529
Comments
Yeah I've been thinking about this myself. The thing that I don't have a good handle on is that roles can have lots of tags and I don't want the |
Maybe, make this column optional. The user can decide whether this info is helpful/ useful depending on the amount of tag that are used. |
We could probably support sprig as in |
So is the general consensus that @Moulick: What would |
I take back SSOConfig:
Default:
Accounts:
123456789123:
Name: company-a-production
Tags:
team: team-a
type: internal
ProfileFormat: "{{ coalesce .AccountName .AccountIdPad }}:{{ .RoleName }}"
AccountPrimaryTag:
- env
ListFields:
- AccountName
- Tags
- team
- type
- AccountAlias
- AccountIdPad
# - Arn
- Expires
- Profile
- RoleName will produce
|
If you wish, I can hack together an initial draft for the PR? |
I really like that idea @Moulick. Would love to see you give it a go! |
Is your feature request related to a problem? Please describe
Having the tags in
aws-sso list
would be helpful 😄Describe the solution you'd like
Support Account/Role tags in ListFields
The text was updated successfully, but these errors were encountered: