Skip to content

Hashicorp Vault pki plugin for Netflix Lemur Certificate Manager.

Notifications You must be signed in to change notification settings

genadipost/lemur_vault

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vault plugin

Hashicorp Vault plugin for Netflix Lemur.

Prerequisites

  1. Lemur 0.3+
  2. Hashicorp Vault 0.6+ - 0.6.2 is the recommended version.

Installation

  1. Configure the Vault PKI as Certificate Authority.
  2. 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'
  1. Deploy and install the files.
  2. Create a Certificate Authority in the lemur web interface.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

Hashicorp Vault pki plugin for Netflix Lemur Certificate Manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%