Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split secret-key and secret files by buckets #21

Open
marcospgsilva opened this issue Jul 6, 2023 · 0 comments · May be fixed by #22
Open

Split secret-key and secret files by buckets #21

marcospgsilva opened this issue Jul 6, 2023 · 0 comments · May be fixed by #22

Comments

@marcospgsilva
Copy link

The goal is to be able to encrypt/decrypt a specific bucket and keep the encryption/decryption of all buckets as the default behavior. Also, allow to define a secret-key per bucket.

mix secret.encrypt --bucket my_bucket
mix secret.encrypt
mix secret.decrypt --bucket my_bucket
mix secret.decrypt

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant