xeger / awsume-1password-plugin

Automates awsume MFA entry via 1Password CLI.
MIT License
9 stars 5 forks source link

Retrieve also AWS Secrets from OP #6

Open SimoSca opened 1 year ago

SimoSca commented 1 year ago

I need to automate not only the use of MFA but also the retrieval of AWS secrets from the same vault. Therefore, building upon your excellent work, I've implemented the new feature on this branch: https://github.com/SimoSca/awsume-1password-plugin/tree/inodracs, ensuring it is compatible with MFA configurations.

Due to my needs, I've published a version of the plugin. If this interests you, I can make a pull request. If not, to avoid any confusion, I'll revise my work to ensure it is separate from yours (for example, I have kept "1password" as a property in the AWSume configuration YAML file).

Please let me know your thoughts.

Thank you for your time.

xeger commented 1 year ago

This is a powerful idea. I want to play with this a bit, but it seems like a useful addition.

I appreciate the extra docs you've added, with corner cases like source profiles. These should benefit all users.