awsume icon indicating copy to clipboard operation
awsume copied to clipboard

Add argument to add tags to STS session

Open lpearson-trek10 opened this issue 4 years ago • 1 comments

Something similar to what you would do if you were adding tags when calling aws sts assume-role

--tags Key=mykey,Value=myvalue Key=mykey2,Value=myvalue2

lpearson-trek10 avatar Dec 18 '20 15:12 lpearson-trek10

It would be nice to support a kwarg-style key=value to make it easy to do interactively for simple alphanumeric pairs. The verbose Key=mykey,Value= should only be for cases where you've got odd spacing or quoting.

ryansb avatar Dec 20 '20 19:12 ryansb

I've also noted the need to tag STS sessions. Just prepared a ready PR with this solution: https://github.com/trek10inc/awsume/pull/216

It would be great to see it merged ;)

pbinczyk-lcloud avatar Feb 24 '23 14:02 pbinczyk-lcloud

closed by https://github.com/trek10inc/awsume/pull/225

mtskillman avatar Aug 18 '23 20:08 mtskillman