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

[Feature request] Disable Cache Files #236

Open SimoSca opened 9 months ago

SimoSca commented 9 months ago

This tool is great, but for security reasons I'd like to avoid saving the access keys in the ~/.awsume/cache/* cache files, especially since I'm hypothesizing the creation of a custom plugin that retrieves the credentials directly from my secret manager and allows me to avoid saving them in plain text in the ~/.aws/credentials file.

I think the most convenient solution would be to be able to specify a property directly at the configuration level in ~/.awsume/config.yaml.