fix: allow unknown keyword arguments (#6972)

Co-authored-by: Peter Braun <pbranu@redhat.com>
This commit is contained in:
Peter Braun 2025-06-10 15:53:18 +02:00 committed by Hao Liu
parent 8896f75f9b
commit 2d730abb82
No known key found for this signature in database

View File

@ -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.