zut.get_secret_variable
- zut.get_secret_variable(name: str, fallback: str | None = None)
Read a secret value from an environment variable if given, or from the file indicated by environment variable {name}_FILE if given, or from the file /run/secrets/{name} if the application is running in a Docker container.