`Importing/ Exporting setting from ORY project:` ...
# ory-network
g
Importing/ Exporting setting from ORY project:
We have different projects in ORY Kratos for different environments. Is there any way to keep these Projects synced automatically? Otherwise we always need to check if we have the same setting for different projects
s
no, but there is something planed already
šŸ‘ 1
essentially a kind of override mechanism
f
I believe a good way to do this is to integrate Ory CLI with your CI/CD pipeline. With the CLI, you can fetch and push configurations.
šŸ‘ 1
depending on how you work, you can e.g. • have a job that fetches a dev project config, applies some modifications as needed, and pushes it to prod • have your project config checked into your version control, make any modifications there, and have deployment jobs to push them to Ory • a combination of both
šŸ‘ 1