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