Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Admin UI impossible #33414

@Zathiel

Description

@Zathiel

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

welcome/ui

Describe the bug

Admin UI can't be accessed

Version

25.0.6

Regression

  • The issue is a regression

Expected behavior

Login to Admin UI

Actual behavior

according to my dockerfile

`version: '3'

services:
oremis-keycloak:
image: quay.io/keycloak/keycloak:25.0.6
container_name: oremis-keycloak
environment:
- KC_DB=mariadb
- KC_DB_URL=jdbc:mariadb://kc_mariadb:3306/keycloak
- KC_DB_USERNAME=admin
- KC_DB_PASSWORD=xxx
- KC_HOSTNAME=sso.domain.tld
- KC_HOSTNAME_PORT=8443
- KC_HEALTH_ENABLED=true
- KC_METRICS_ENABLED=true
- KC_FEATURES=token-exchange
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=xxxxxxxxx
- KC_HTTPS_KEY_STORE_FILE=/etc/x509/https/keycloak.p12
- KC_HTTPS_KEY_STORE_PASSWORD=xxxxxxx
- KC_HTTPS_KEY_STORE_TYPE=PKCS12
volumes:
- /var/lib/docker/volumes/keycloak:/opt/keycloak/conf
- /etc/x509/https/keycloak.p12:/etc/x509/https/keycloak.p12
ports:
- "8080:8080"
- "8443:8343"
- "9000:9000"
networks:
- keycloak-network
depends_on:
- kc_mariadb
command: ["start"]

kc_mariadb:
image: mariadb:10.6
container_name: kc_mariadb
environment:
- MARIADB_ROOT_PASSWORD=xxxxx
- MARIADB_DATABASE=keycloak
- MARIADB_USER=admin
- MARIADB_PASSWORD=xxxxx
volumes:
- mariadb_data:/var/lib/mysql
ports:
- "3306:3306"
networks:
- keycloak-network

networks:
keycloak-network:

volumes:
mariadb_data:
`

I still cannot access the WebUI to configure keycloak but i can access Health and metrics endpoint

How to Reproduce?

deploy my docker compose

NGINX proxy manager

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions