-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add git-crypt support. #7
Comments
I'm not familiar with git-crypt myself, but I'd be happy to look over a PR for adding it. Only concern I would have is if it's portable enough; we go to great lengths to keep the images for the resources tiny (e.g. based on busybox + buildroot). Looks like it's written in C++, so that may work out OK if you can statically link it or something. |
Hi there! We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created. The current status is as follows:
This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes. |
Closing due to inactivity. Still open to the idea but trying to wrangle all our open issues at the moment. |
Hey @vito I'm willing to pick this one up, as I need git-crypt for my team. However I'm not super familiar with busybox/buildroot so I don't know how to actually get the git-crypt installed on that image. Any hint? |
The patch has just landed on master. |
git-crypt landed on master here and it's a useful addition for stuff like concourse/git-resource#7
when `git_crypt_key` is provided as base64 encoded key implementation for concourse#7
when `git_crypt_key` is provided as base64 encoded key implementation for concourse#7 Signed-off-by: Dennis Schmidt <dmrschmidt@gmail.com>
I would like to try out concourse, but almost all of my repos are encrypted with git-crypt.
So I was thinking about adding git-crypt support and sending a PR, is this something you are interested in?
The text was updated successfully, but these errors were encountered: