Does anyone know if this is supported in ory/krato...
# ory-selfhosting
r
Does anyone know if this is supported in ory/kratos v1.3.1? https://www.ory.sh/docs/ecosystem/configuring#loading-configuration-from-environment-variables I am specifically trying to set oidc secrets via environment variables, but when I omit them completely, Kratos fails to start and when I add a placeholder, it is using that instead of the environment variable.
e
Yup it’s supported. btw my company is using the self-hosted solution. u will have to inject the secrets in a json format documented here: https://www.ory.sh/docs/kratos/configuring#environmental-variables
our team used a script to inject the secrets during deployment so that we do not commit them in the coebase.
c
^^ this is what we do
r
Cheers! I made it work with the longform too:
SELFSERVICE_FLOWS_…