-
CHART_URL = "https://k8s.ory.sh/helm/charts" Hi everyone! Hope you can help me out here. In a Kubernetes cluster I want Kratos to securely connect to a CockroachDB by providing this kratos.config.dsn here: However what Kratos receives is this here: You'll see that every Can anyone point me in the right direction here? I am at a loss. Many thanks! Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'll repost the question in the kratos repository, where it belongs. |
Beta Was this translation helpful? Give feedback.
Thanks for getting back to me!
Turns out I was focusing to much on the "cannot parse" error message. The actual error was an erroneous volume configuration which lead to a file not found exception at the end of that very long log entry😆. As soon as the volume mount was fixed the error disappeared.
And thanks for pointing out that the dsn should be a secret. Will definitely change that.👍🏼