ðYAML tag !decrypt
SnowDDL supports custom !decrypt
tag in YAML configs. When parser encounters this tag, it decrypts string previously encrypted with Fernet using keys stored in env variable SNOWFLAKE_CONFIG_FERNET_KEYS
.
It is primarily intended to be used for USER passwords and for SECRETs.
You may read more about config value encryption in Encrypt user passwords guide.
Example
user.yaml config file:
my_secret.yaml config file:
Last updated