You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
I started the default apiman in Docker-Machine under Windows 7. I modified the hosts file in Windows to map to the docker ip: 192.168.99.100 dockerhost. The Keycloak admin console works fine using http://dockerhost:8080/auth/admin, and the Wildfly admin works fine using http://dockerhost:9990, but when I try to log on using http://dockerhost:8080/apimanui, I get an exception after entering the default uid and pwd. apiman is not recognizing dockerhost.
23:22:52,778 ERROR [org.keycloak.adapters.OAuthRequestAuthenticator](default task-11) failed to turn code into token: java.net.UnknownHostException: dockerhost
If I map the docker ip to localhost: 192.168.99.100 localhost it works, but causes problems for other apps that need localhost to point to the windows host.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I started the default apiman in Docker-Machine under Windows 7. I modified the hosts file in Windows to map to the docker ip: 192.168.99.100 dockerhost. The Keycloak admin console works fine using http://dockerhost:8080/auth/admin, and the Wildfly admin works fine using http://dockerhost:9990, but when I try to log on using http://dockerhost:8080/apimanui, I get an exception after entering the default uid and pwd. apiman is not recognizing dockerhost.
23:22:52,778 ERROR [org.keycloak.adapters.OAuthRequestAuthenticator](default task-11) failed to turn code into token: java.net.UnknownHostException: dockerhost
If I map the docker ip to localhost: 192.168.99.100 localhost it works, but causes problems for other apps that need localhost to point to the windows host.
The text was updated successfully, but these errors were encountered: