keycloak/keycloak-containers

Wildfly Frontend URL issue

BillySchwartz16 opened this issue · 1 comments

Describe the bug

keycloak v18 (wildfly) realm frontend url breaks our implementation.

We setup our env with two load balancers, each with it's own FQDN. We want to only allow admin console traffic through one of the load balancers. We were using the frontend url in the master realm to provide this functionality in version 11.0.2. After upgrading to version 18(wildfly) having the frontend url set in the master realm makes the admin console completely inaccessible. Why is this no longer working? Please advise.

Version

18 (wildfly)

Expected behavior

admin console is only accessible via "frontend URL" fqdn set in the master realm.

Actual behavior

admin console is no longer accessible via any fqdn

How to Reproduce?

Set the frontend url in the settings tab of the master realm.
Navigate to that url

Anything else?

No response

With Keycloak 20 the WildFly based distribution is no longer supported. For the newer Quarkus distribution of Keycloak, check out the new documentation, or the updated container sources.