Is Dual-User Config for DB still recommended? How to configure this for containerized deployment?
Pega documentation still recommends dual-user configuration with separate Admin and Base users for database access.
This is explicitly stated here:
However, Pega Helm Charts do not seem to support this configuration.
The values.yaml only has properties for one DB username and password (global:jdbc:username, global:jdbc: password).
Also the templates for context.xml seem to only create one JNDI datasource per schema and not the extra datasources for Admin-access.
Last not least, the prconfig.xml also does not inclue references to the datasources.
If the recommendation for dual-user config is still valid, helm charts and container images should be extended to support it.
I have created following feature request on GitHub to address this: https://github.com/pegasystems/pega-helm-charts/issues/872
If the recommendation has been superseeded, I would appreciate if the docs were adjusted accordingly.
Thanks.