Replies: 1 comment 2 replies
-
|
Thanks for all your help! I was able to figure this out. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently migrated from Keycloak 15.0.2 to 17.0.1 (with Quarkus) and I'm having an issue with hostname for the admin console.
I'm running behind an NGINX reverse proxy in edge mode.
When I attempt to navigate to the admin console via browser, the URL points to http://localhost:8080/auth/admin/ instead of https://myauth.mydomain.com/auth/admin/
In the Wildfly distribution the was an adminUrl that I could set so that the UI worked properly but I don't see the corresponding argument for setting the hostname/IP for the administration console.
Here are my build and start parameters:
Is there a parameter I'm missing? I couldn't find one specifically for the admin console in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions