Hashicorp Vault plugin for Netflix Lemur.
- Lemur 0.3+
- Hashicorp Vault 0.6+ - 0.6.2 is the recommended version.
- Configure the Vault PKI as Certificate Authority.
- To install the plugin, add the following lines to your lemur.conf.py file:
# Hashicorp Vault Plugin
VAULT_URL = 'http://127.0.0.1:8200/v1/pki' # as example
VAULT_AUTH_TOKEN = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
- Deploy and install the files.
- Create a Certificate Authority in the lemur web interface.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D