How can I access the IAM UI with admin privileges?

Modified on Fri, 8 May at 4:05 PM

Prerequisites


kubectl must be configured against your cluster. Verify this by running:

kubectl cluster-info

If it is not configured, please refer to kubectl can't reach the cluster ("Forbidden", "connection refused", "localhost:8080")




To access IAM with the admin user, you need to:


1. Enable the "Expose IAM Admin Resources" property in the admin console;


2. Use the full URL https://account.{{domain}}/admin/master/console/ 


3. Retrieve the admin password with the command:


kubectl get secrets/keycloak-secret -n default --template={{.data.KEYCLOAK_ADMIN_PASSWORD}} | base64 --decode


4.  Login with:

Username: keycloakuser

Password: {{Result from previous command}}


You can find a detailed article about the IAM admin access in IAM configuration manual.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article