mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 00:18:07 -02:30
add support for HashiCorp signed SSH certificates
This commit is contained in:
committed by
Jake McDermott
parent
4ed5bca5e3
commit
7a43f00a5d
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user