gitdir icon indicating copy to clipboard operation
gitdir copied to clipboard

Support encryption of admin secrets

Open sp00ck opened this issue 6 years ago • 3 comments

Please add crypt to repo. GPG2 will be great. Many users would use git on cloud but without strong encryption this will be not possible

sp00ck avatar Oct 17 '19 08:10 sp00ck

Hi! Just wanted to clarify, do you mean encrypting the repos at rest, gpg signing the commits to the admin repo, or something else?

Encryption at rest unfortunately isn't easily possible since this verifies the path and permissions then simply shells out to git.

belak avatar Oct 17 '19 14:10 belak

https://github.com/AGWA/git-crypt example

sp00ck avatar Oct 18 '19 10:10 sp00ck

That looks like it could be a good solution for storing things like what's in the admin repo - I'd welcome any PRs.

belak avatar Oct 18 '19 17:10 belak