Hey all, when settings some secrets in the kratos ...
# talk-kratos
k
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
don't think the dummy value is actually needed do you get validation errors?
k
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.