Secrets
get_secret(env_var_name)
A wrapper for a keyvault to integrate with the Dagster EnvVar class.
Returns a secret from the keyvault and set it to an environment variable that can be used securly with dagsters EnvVar class.
Source code in data_platform\utils\secrets.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|