Kushagra Indurkhya
02/13/2023, 6:57 AMCharith (Cerbos)
02/13/2023, 7:51 AM--set
command line arguments. (E.g. --set=storage.disk.directory="$POLICY_DIR"
).
• The config file supports environment variable interpolation. So you can craft a config file that references env vars using the syntax ${ENV_VAR}
and bake that into your container
https://docs.cerbos.dev/cerbos/latest/configuration/index.htmlKushagra Indurkhya
02/13/2023, 7:27 PM