add support for HashiCorp signed SSH certificates

This commit is contained in:
Ryan Petrello
2019-02-22 14:45:27 -05:00
committed by Jake McDermott
parent 4ed5bca5e3
commit 7a43f00a5d
7 changed files with 114 additions and 35 deletions

View File

@@ -37,7 +37,7 @@ azure_keyvault_inputs = {
}
def azure_keyvault_backend(**kwargs):
def azure_keyvault_backend(raw, **kwargs):
url = kwargs['url']
def auth_callback(server, resource, scope):