aws-samples / keycloak-on-aws

This is a solution for deploying Keycloak to AWS with high availability.
https://www.amazonaws.cn/solutions/keycloak-on-aws/
Apache License 2.0
185 stars 35 forks source link

Admin page spins #506

Open gideonsergei opened 4 months ago

gideonsergei commented 4 months ago

Used template 2 option to launch stack; stack completes but keycloak /admin/master/console/ page just spins and spins. Might be related to reverse proxy setting; tried changing KC_PROXY=edge to KC_PROXY_HEADERS=forwarded but would not launch.

gideonsergei commented 4 months ago

Fixed; added ALB IP addresses as A record in DNS with matching cert from ACM and it resolved issue.