Skip to content

Commit

Permalink
Improve docs about custom configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Sep 23, 2015
1 parent e7e5b25 commit ff71c73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ It is composed of two pieces:
- an HTTP server running at http://172.17.42.1:14242 that serves the private keys;
- a bash script `ONVAULT` that need to be installed in the image to allow accessing the private keys during the build process.

The `ONVAULT` script accepts a custom URI for the vault server through the environment variable `VAULT_URI`.
### Custom configurations

Some custom configurations are allowed through environment variables

- `VAULT_URI`: custom URI for the vault server
- `VAULT_SSH_KEY`: custom ssh key name used during `ONVAULT` command

### The private keys server

Expand Down

0 comments on commit ff71c73

Please sign in to comment.