I need some Percona information on how to configure a MongoDB database admin user on keycloak in a technical environment consisting of a Kubernet cluster hosting the MongoDb and the Keycloak Pods.
I would like to add the databaseAdmin user as a kycloak user.
Mongodb was deployed using Percona Operator for MongoDB. We made some changes on the cr.yaml file.
Our Kube cluster is front-ended by a Kubernetes gateway from solo.io. The gateway enables access through https virtual services. http is redirected to https.
Which “nework protocol” should I use, https or tcp, through the Gateway Load-balancer to access Percona MongoDB?