G-Node / gin-proc

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Enable Docker Secrets to store user's Private Keys #15

Closed mrinalwahal closed 5 years ago

mrinalwahal commented 5 years ago

As of now the micro-service works on my host machine, therefore, access to ssh keys isn't an issue, however, turning the service into a docker image, would require us to mount external volumes to access user's ssh keys or enable something like docker secrets for the same.

mrinalwahal commented 5 years ago

Can we close this issue? Since we are installing Drone secrets through its API in #25.

achilleas-k commented 5 years ago

Closing as outdated.