Ibotta / sopstool

SOPS multi-file wrapper
Apache License 2.0
38 stars 4 forks source link

Add updatekeys command #49

Closed randrusiak closed 2 years ago

randrusiak commented 2 years ago

Story/Issue Link

Fixes #23 -- shortcut to update the KMS keys and rotate all files

Background

I started using sopstool and I noticed that the updatekeys command is missing. So I decided to implement it on my own. Firstly I was thinking about combining it with rotate command but I found that sops maintainers recommend keeping these commands separated. https://github.com/mozilla/sops/issues/365#issuecomment-401015174

It's my first PR in this project so let me know if i did something wrong :)

Versioning

v1.1.0

Additional Requests to Reviewers

Tasks

randrusiak commented 2 years ago

Thank you too! :)