https://www.ory.sh/ logo
k

kind-pencil-94329

02/09/2022, 6:15 PM
Hey all, when settings some secrets in the kratos config through env vars, do I need to add a dummy value to be overwritten by the env var? I tried with
key: {null value}
, removing the key entirely, and now with a dummy value to be overwritten.
s

steep-lamp-91158

02/10/2022, 10:39 AM
don't think the dummy value is actually needed do you get validation errors?
k

kind-pencil-94329

02/16/2022, 4:57 PM
Sorry this is super late, but yes I did get validation errors. Both when I omitted the key entirely, and when I set the key value to blank (null). It works fine now with dummy values.