I want to track my Ory configuration in source control, but I of course can't store OIDC tokens in git. Is there any recommended approach for this before I overengineer something
Thanks for the response! I'm less wondering how to securely store secrets and more wondering if there's a recommended way to keep the identity config in source control without having the secrets directly in it.
millions-van-11508
10/14/2022, 4:25 PM
Is there a way to tell Ory to "leave these values as is" when updating project with an identity config file?
millions-van-11508
10/14/2022, 4:27 PM
Or an ideal way of substituting external strings into the file? Currently I'm using jsonnet for this but I'd love a way of doing it with just the Ory CLI