tuenti / secrets-manager

A daemon to sync Vault secrets to Kubernetes secrets
Apache License 2.0
171 stars 26 forks source link

Missing dockerhub repository #36

Closed graillus closed 4 years ago

graillus commented 4 years ago

I am trying to deploy the secret-manager to my k8s cluster, but I can't find the official repository on dockerhub (or is it tuentitech/secrets-manager ? looks like it's empty) The lack of a public docker repository is quite unexpected for an OS project designed to run on Kubernetes !

Is the dockerhub integration planned ?

How can I help ?

fcgravalos commented 4 years ago

Hi @graillus !! Thanks for using secrets-manager I agree with you, it's on the scope and I'll try to have it published as soon as possible

dannyk81 commented 4 years ago

In the meantime, you can easily build your own docker image using the provided Dockerfile.

https://github.com/tuenti/secrets-manager/blob/master/Dockerfile

smark88 commented 4 years ago

Till a public docker image is available the readme should state you need to build your own image and point at it in the deployment yaml.

mward29 commented 4 years ago

I agree with smark88. It was annoying finding out after I had all the config setup that I now had to build the image.

smark88 commented 4 years ago

I agree with smark88. It was annoying finding out after I had all the config setup that I now had to build the image.

My helm chart has a built image in it if you need one. https://github.com/broadinstitute/datarepo-helm/tree/master/charts/install-secrets-manager