trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
485 stars 90 forks source link

Add session tagging possibility #216

Closed pbinczyk-lcloud closed 10 months ago

pbinczyk-lcloud commented 1 year ago

I noticed the need to tag STS sessions in several cases, in addition, there is also an issue with such a proposal: https://github.com/trek10inc/awsume/issues/128

In this PR, I decided to prepare a solution that allows you to tag STS sessions using a new -t (--tags) [Key=Value,Key2=Value2,...] parameter.