blackbox
blackbox copied to clipboard
Safely store secrets in Git/Mercurial/Subversion
I'd like to use blackbox from a docker container (namely a dev container in VSCode) but all the current ways to install it require extra steps. I can think of...
If i have previously done `blackbox_decrypt_all_files`, I have local copies of all files decrypted. `blackbox_deregister_file` should then delete this decrypted copy so that it is not accidentally committed to the...
I want to be able to store secrets via blackbox and then consume them during my `terraform apply`. There is already a provider for 1password which we could look at...
version: 2.0.0 now the command to commit is just printed to stdout. A better user experience would be to show the commit message and ask if it should be commited.
version: 2.0.0 if you use the --team option it should be visible in the suggested commit message too. ```diff - NEW ADMIN: [email protected] + [team1] NEW ADMIN: [email protected] ```
My system is using GPG2.1 which uses a new Keybox file format `pubring.kbx`. So I can't run `gpg --import keyrings/live/pubring.gpg`. And if I try `gpg --import keyrings/live/pubring.kbx` it doesn't work....
When I run `blackbox_update_all_files` I get this meaningless error with doesn't provide a clue on what the problem could be. It's on latest Mac OS. ```sh $ blackbox_update_all_files ========== blackbox...
``` $ blackbox_initialize Enable blackbox for this git repo? (yes/no) yes VCS_TYPE: git NEXT STEP: You need to manually check these in: git commit -m'INITIALIZE BLACKBOX' keyrings /home/thomas/code/github.com/uhthomas/automata/.gitignore ``` `keyrings`...
Second attempt to fix #303. The problem in #304 was that `vcs_relative_path` needs its argument to exist when called, and `blackbox_register_new_file` was calling `shred_file` before `vcs_ignore`. I ran the tests...
Hi all - Here's a problem we've had more than once: someone has a decrypted copy of a file in their working directory, they pull updates from git and the...