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
I am having trouble running the keycloak server on my M1 Mac. After starting up, I get 404 errors when visiting http://localhost:8180/auth
In the logs, I see the following error: 20:47:21,483 ERROR [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 60) failed setting interface to /172.17.0.4: java.net.SocketException: Protocol not available (Error setting socket option)
Based on this article, I believe the issue may be that the keycloak image does not work on an M1 Mac. Has anyone found a workaround for this?
The text was updated successfully, but these errors were encountered:
I am also on an M1 mac and facing some KeyCloak issues. My /auth also does not work... funnily enough /admin does load and allow me to use the admin terminal.
I'm not able to test this firsthand, but I assume this is related to the docker image from the setup guide (https://hub.docker.com/r/hkong2/keycloak) that is rather old at this point and isn't built for ARM.
After importing (and creating) that realm, you will still need to create a user through the keycloak admin interface.
The local instance of the test-ehr server will also need to have its fhirServer.properties updated to set the oauth_token and oauth_authorize properties to the new realm (and a different port if necessary). Newer versions of keycloak have dropped the /auth portion of the URL.
I am having trouble running the keycloak server on my M1 Mac. After starting up, I get 404 errors when visiting http://localhost:8180/auth
In the logs, I see the following error:
20:47:21,483 ERROR [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 60) failed setting interface to /172.17.0.4: java.net.SocketException: Protocol not available (Error setting socket option)
Based on this article, I believe the issue may be that the keycloak image does not work on an M1 Mac. Has anyone found a workaround for this?
The text was updated successfully, but these errors were encountered: