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

Allow blackbox_postdeploy/blackbox_shred_all_files to take a root directory #166

Open
matthughes opened this issue Aug 11, 2016 · 0 comments

Comments

@matthughes
Copy link

I would like to be able to scope postdeploy/shred_all_files so it only decrypts/cleans up secrets in a given root:

/someSecretsHere
/someOtherSecretsThere

blackbox_postdeploy /someSecretsHere

Should only decrypt secrets under /someSecretsHere. The closest way I can emulate this behavior right now is using edit_start/edit_end; this is less than ideal as edit_end implies I changed the file.

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

No branches or pull requests

1 participant