removed unused functions
This commit is contained in:
parent
b39e2e3f66
commit
1667c05742
|
@ -21,14 +21,6 @@ from lemur.plugins.bases import DestinationPlugin
|
||||||
from cryptography import x509
|
from cryptography import x509
|
||||||
from cryptography.hazmat.backends import default_backend
|
from cryptography.hazmat.backends import default_backend
|
||||||
|
|
||||||
class Error(Exception):
|
|
||||||
"""Base exception class"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
class InvalidSanError(Error):
|
|
||||||
"""Invlied SAN in SAN list as defined by regex in destination"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
class VaultDestinationPlugin(DestinationPlugin):
|
class VaultDestinationPlugin(DestinationPlugin):
|
||||||
"""Hashicorp Vault Destination plugin for Lemur"""
|
"""Hashicorp Vault Destination plugin for Lemur"""
|
||||||
title = 'Vault'
|
title = 'Vault'
|
||||||
|
|
Loading…
Reference in New Issue