YOUR-DATABASE-URL
, YOUR-USERNAME
, and YOUR-PASSWORD
during deployment configuration, and retrieve them within your code using os.environ(ENV_VAR_NAME)
tfy-secret://user:my-secret-group:my-secret
) in the deployment spec. You can read about how to create the secrets here . TrueFoundry will automatically fetch the value and inject it into the environment at runtime.
Value
field if its not sensitive. If the value is sensitive, you can first create the secret and then provide the FQN of the secret in the Value
field.
tfy
in the Value field and a dropdown will appear with all the secrets that you have access to.