I have hundreds of different identity server configurations (policies, claims, service provider, etc)
And i need to repeat the same configuration on several environments: dev, test, prod
To do it by hands through export import in web console - it's a nightmare.
What is the best practice to do an automatic configuration deployment to wso2is?
I'm thinking about the following options:
- create a script that will call admin services to import identity server configs
- create custom deployer (like a synapse & dataservice deployers, etc) and call admin services or do in-memory api calls
- find where and how it's stored in database and do sql script to fill database
Maybe there is something exists for config deployment and I can't find it?