sscdev.keyvault#

Classes#

KeyVaultClient

Allows management and retrieval of secrets from Azure Key Vault.

Functions#

get_client_credential_and_vault_uri()

Retrieves Azure credentials and Data Lake account URL from the AZURE_CONFIG environment variable (Base64-encoded JSON).

Module Contents#

sscdev.keyvault.get_client_credential_and_vault_uri()#

Retrieves Azure credentials and Data Lake account URL from the AZURE_CONFIG environment variable (Base64-encoded JSON).

class sscdev.keyvault.KeyVaultClient#

Allows management and retrieval of secrets from Azure Key Vault.

client#
get_secret(secret_name: str) str#
set_secret(secret_name: str, secret_value: str) None#
delete_secret(secret_name: str) None#
list_secrets() list#