AGWA / git-crypt

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

Access level controls #158

Closed noqcks closed 5 years ago

noqcks commented 5 years ago

Is it possible to define access levels for secrets in git repositories with git-crypt? I want to allow developers to see some secrets and system administrators to see other secrets.

Sorry, this isn't really an issue, but I didn't know where else to ask.

schulzh commented 5 years ago

You can use multiple keys to do that: https://github.com/AGWA/git-crypt/blob/master/doc/multiple_keys.md

noqcks commented 5 years ago

Great, thank you @schulzh !