cleanup tmp files
This commit is contained in:
parent
f9dadb2670
commit
85efb6a99e
Binary file not shown.
|
@ -21,6 +21,7 @@ from lemur.plugins.bases import DestinationPlugin
|
|||
from cryptography import x509
|
||||
from cryptography.hazmat.backends import default_backend
|
||||
|
||||
|
||||
class VaultDestinationPlugin(DestinationPlugin):
|
||||
"""Hashicorp Vault Destination plugin for Lemur"""
|
||||
title = 'Vault'
|
||||
|
|
Loading…
Reference in New Issue