VBCS: CI-CD how to automate post deployment tasks
Summary
VBCS: CI-CD how to automate post deployment tasksContent
We are following blog https://blogs.oracle.com/vbcs/automating-cicd-and-app-optimization-for-visual-builder-apps-with-developer-cloud to automate UAT/Production deployment.
We have question around how to automate configuration of deployed application
a. External REST endpoints need to be changed and should start pointing to prod server.
b. Authenticator settings for external REST service should also be changed and new clientid/secret needs to be specified.
c. Application setting roles mapping should also be changed.
How are we supposed to automate these activities. Best thing I would say that we take a configuration file also as input with vb-build and vb-publish, which can change above mentioned configurations of deployed application. Alternatively there should be some REST apis to change these configurations.