AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.11k stars 472 forks source link

Transparent Decryption with Symetric key only #204

Closed Vad1mo closed 4 years ago

Vad1mo commented 4 years ago

We have exported the symetic key and using it in the CI/CD to unlock file. We want to have that transparently as the syemetric key is inject by ci/cd and can be referenced.

so we want to avoid writing git crypt unlock KEYFILE but rather add it in the filter .gitattributes

is there a way to do so?

Vad1mo commented 4 years ago

found it in https://github.com/AGWA/git-crypt/blob/master/doc/multiple_keys.md

*.crypt filter=git-crypt-KEYNAME diff=git-crypt-KEYNAME