Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calavera/docker-volume-keywhiz

Mount keywhiz secrets inside your containers without hassle
https://github.com/calavera/docker-volume-keywhiz

Last synced: about 2 months ago
JSON representation

Mount keywhiz secrets inside your containers without hassle

Awesome Lists containing this project

README

        

# 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
```

2. Run containers pointing to the driver:

```
$ docker run --volume-driver keywhiz --volumev all-my-secrets:/etc/secrets -it alpine ls /etc/secrets/
```

## LICENSE

MIT