Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker-jans-saml): unable to access KC admin console from browser #7330

Closed
iromli opened this issue Jan 10, 2024 · 0 comments · Fixed by #7336
Closed

fix(docker-jans-saml): unable to access KC admin console from browser #7330

iromli opened this issue Jan 10, 2024 · 0 comments · Fixed by #7336
Assignees
Labels
kind-bug Issue or PR is a bug in existing functionality

Comments

@iromli
Copy link
Contributor

iromli commented Jan 10, 2024

The admin console is not accessible after changes to /app/scripts/entrypoint.sh (note the --hostname-admin value) as seen below:

exec /opt/keycloak/bin/kc.sh start \
    --http-relative-path=/kc \
    --hostname="localhost" \
    --hostname-admin="localhost" \
    --hostname-path=/kc
@iromli iromli self-assigned this Jan 10, 2024
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants