arthurtsang / docker-volume-keywhiz

Mount keywhiz secrets inside your containers without hassle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Keywhiz-fs volume extension

Mount Keywhiz-fs inside your contaniners talking to a remote Keywhiz server.

The FUSE mount point is shared between containers if the name of the volume is the same between containers. Otherwhise, a new volume is mounted per container.

Installation

Using go (until we have proper binaries):

$ go get github.com/calavera/docker-volume-keywhiz

Usage

  1. Run the daemon and connect to a Keywhiz server:
$ sudo docker-volume-keywhiz keywhiz_server_url
  1. Run containers pointing to the driver:
$ docker run --volume-driver keywhiz --volumev all-my-secrets:/etc/secrets -it alpine ls /etc/secrets/

LICENSE

MIT

About

Mount keywhiz secrets inside your containers without hassle

License:MIT License


Languages

Language:Go 100.0%