Closed julienvey closed 9 years ago
How is this supposed to work for multiple projects ?
Unless I'm mistaken, bzk generate-key
stores the project specific generated key in the same file, ~/.bzkkey`, no matter the project.
Also, this PR doesn't handle importing an existing project key in a different machine.
@jawher I have updated the description to reflect the new workflow. Let me know what you think about it
Added 2 commits to remove the hard-coded key file from commons.
If this proposal is accepted, we'll also need to update all the language parsers to add a call which sets the crypto key.
The goal
Do something like that:
Only env vars can be encrypted
How does it work ?
bzk encrypt
secure: ...
item during yaml unmarshalling and try to decrypt the data. The job then continues with the decrypted bazooka configCloses #69