update secrets bridge (#272)

This commit is contained in:
Bill Maxwell
2016-09-09 12:50:52 -07:00
committed by GitHub
parent 855af340f7
commit a00d892288
4 changed files with 10 additions and 2 deletions
@@ -6,6 +6,10 @@ Only works with Hashicorp Vault server in dev mode currently.
---
#### Description:
This is the agent component for the Vault secrets bridge with Rancher. This service will be deployed in the environment running applications that need secrets. This service does not have direct access to Vault, it communicates with the Secrets Bridge server.
#### Setup
See [setup guide](https://github.com/rancher/secrets-bridge/blob/master/docs/setup.md)
#### Pre-reqs:
@@ -1,5 +1,5 @@
secrets-bridge:
image: rancher/secrets-bridge:v0.0.3
image: rancher/secrets-bridge:v0.1.0
command: agent --bridge-url ${BRIDGE_URL}
volumes:
- /var/run/docker.sock:/var/run/docker.sock