-
Notifications
You must be signed in to change notification settings - Fork 6
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
Consider sharing a docker image for this #25
Comments
You have to edit vaultage source code ? |
Using the phar require a local PHP with the good extension locally installed. With docker we could avoid this kind of local dependencies. For now I install PHP from brew and use composer global install feature. I could give a try on a docker image when the issue #26 will be fixed. |
@Spy-Seth I've already investigated in this direction, but not that easy in fact as you have to forward your gpg-agent socket to the containairized vaultage. @stephpy yes just the .phar is ok if you have a php binary available with the right requirements on your own machine. docker is great to bundle a software without the need of any dependencies, it just work™. |
@stephpy yes, already true for package dependency managers, for encryption it's maybe another deal in fact, it depends on how things are done. It's a hot subject on my side ATM, I will tell you how I'll manage that ;) |
@shouze Did you manage to get it work through a container ? |
@gmorel in fact we've moved to https://www.vaultproject.io/ as we wanted security as a service & vault is far more complete (vault unseal then various ACL backends). |
Nice |
I do not do PHP development anymore, so I can't use this easily. Could you provide a docker container to allow using it without the need of the PHP runtime?
The text was updated successfully, but these errors were encountered: