mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
fix: allow unknown keyword arguments (#6972)
Co-authored-by: Peter Braun <pbranu@redhat.com>
This commit is contained in:
parent
8896f75f9b
commit
2d730abb82
@ -77,13 +77,7 @@ def _initialize_credential(
|
||||
|
||||
|
||||
def azure_keyvault_backend(
|
||||
*,
|
||||
url: str,
|
||||
client: str = '',
|
||||
secret: str = '',
|
||||
tenant: str = '',
|
||||
secret_field: str,
|
||||
secret_version: str = '',
|
||||
*, url: str, client: str = '', secret: str = '', tenant: str = '', secret_field: str, secret_version: str = '', **kwargs
|
||||
) -> str | None:
|
||||
"""Get a credential and retrieve a secret from an Azure Key Vault.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user