Hi Team,
I am using Camunda 8 self managed environment. I see in the infrastructure document, there is 2 places mentioned the postgreSQL, 1st one is with Keycloak and second one is with Web Modeler. May I know exactly what kind of data it is going to store. . And specially I am going to use my own Active Directly with Keycloak. Can someone give me clarity on this please.
WebModeler with Postgres: To store all your artifacts whatever you created like process definitions, versions,DMN. All your project data is stored inside the database.
KeyCloak with Postgres: For Development purpose, you can use embedded database with KeyCloak, Keycloak stores all users details, all your realm configuration. you mentioned AD with KeyCloak, AD is LDAP repository configured inside KeyCloak to fetch users info from LDAP. To maintain all the configuration details including realm details for each application, you need external database like postgres is needed. Please do check KeyCloak documentation for better understanding.