diff --git a/lemur/authorities/service.py b/lemur/authorities/service.py index c734f408..0913e629 100644 --- a/lemur/authorities/service.py +++ b/lemur/authorities/service.py @@ -54,6 +54,7 @@ def update_options(authority_id, options): return database.update(authority) + def mint(**kwargs): """ Creates the authority based on the plugin provided.