Change the password for the Administrator system user #9
-
I have deployed the api control plane using Helm. I can log in the UI using the "Administrator" default user, with the "manage" default password. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Yes that is possible during the very first deployment of API control plane. com.softwareag.api.umc.users.system.name : "Administrator" Note: Thanks |
Beta Was this translation helpful? Give feedback.
Hi
Yes that is possible during the very first deployment of API control plane.
You need to add the following two properties to ingress_configmap.yaml that will create an system user
and make him as default.
com.softwareag.api.umc.users.system.name : "Administrator"
com.softwareag.api.umc.users.system.password: "##password##"
Note:
There is no APIs today for delete/edit of system users.
So If you have already created the deployment, you need to delete the contents of the persistent volume claim created for
elastic search , make this change to the ingress_configmap.yaml and then redeploy the API Control plane
Thanks
Madhavan Kidambi