Skip to content
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

Closed
simonjohansson opened this issue May 12, 2015 · 6 comments
Closed

Add git-crypt support. #7

simonjohansson opened this issue May 12, 2015 · 6 comments

Comments

@simonjohansson
Copy link
Contributor

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?

@vito
Copy link
Member

vito commented May 13, 2015

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.

@concourse-bot
Copy link
Collaborator

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.

@vito
Copy link
Member

vito commented Oct 6, 2015

Closing due to inactivity. Still open to the idea but trying to wrangle all our open issues at the moment.

@vito vito closed this as completed Oct 6, 2015
@gabro
Copy link

gabro commented Jan 26, 2017

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?

@gabro
Copy link

gabro commented Jan 30, 2017

@vito a co-worker of mine (@dhinus) took a more "drastic" approach and he's adding the git-crypt package to the buildroot distribution (see patch and thread here). This would enable us to tweak concourse/buildroot:git to include git-crypt, does it make sense?

@dhinus
Copy link

dhinus commented Jan 30, 2017

The patch has just landed on master.

gabro added a commit to gabro/buildroot-images that referenced this issue Jan 30, 2017
git-crypt landed on master here and it's a useful addition for stuff like concourse/git-resource#7
project-flashlight added a commit to dmrschmidt/git-resource that referenced this issue Sep 28, 2017
when `git_crypt_key` is provided as base64 encoded key

implementation for concourse#7
project-flashlight pushed a commit to dmrschmidt/git-resource that referenced this issue Sep 28, 2017
when `git_crypt_key` is provided as base64 encoded key

implementation for concourse#7

Signed-off-by: Dennis Schmidt <dmrschmidt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants