Whenever I want to assume a role via awsume, it will use my account name for the session. The user ID will appear as XXACCESSKEYIDXXX:account_name. I can fix this by adding --session name when running awsume but would it not be better if we can configure a default for all the awsume's parameter into the config.yaml?
colors: true
fuzzy-match: false
role-duration: 0
session-name: name
Whenever I want to assume a role via awsume, it will use my account name for the session. The user ID will appear as XXACCESSKEYIDXXX:account_name. I can fix this by adding --session name when running awsume but would it not be better if we can configure a default for all the awsume's parameter into the config.yaml?