lemur_vault icon indicating copy to clipboard operation
lemur_vault copied to clipboard

Hashicorp Vault pki plugin for Netflix Lemur Certificate Manager.

Results 7 lemur_vault issues
Sort by recently updated
recently updated
newest added

I'm sure it's just me but I ran through the setup process from this plugin's readme and everything seem to install fine. auth.py and plugin.py are where they need to...

according to vault api "key_usage" must be a list https://www.vaultproject.io/api-docs/secret/pki#key_usage affected code https://github.com/RcRonco/lemur_vault/blob/master/lemur_vault/plugin.py#L148-L153

Could you please help with the below error. Trying to load a vault certificate in lemur > lemur-web_1 | File "/usr/local/src/lemur/venv/lib/python3.6/site-packages/sqlalchemy/orm/state.py", line 438, in _initialize_instance lemur-web_1 | return manager.original_init(*mixed[1:], **kwargs)...

https://github.com/RcRonco/lemur_vault/blob/master/lemur_vault/auth.py#L32 should it be like this? ```python if not validate_token(): ```

Currently when creating an Authority it does not pass any of the options from Extended Key Usage to vault. More specifically it does not take the values for Server Authentication...

bug

Right now the plugin support only already existing and configured Vault CA backend. I would like to add option to generate root CA automatically as option.

enhancement
help wanted