HI I’m new in the stack and I’m trying to install keycloak in a digital ocean instance for
testing, so far I’m able to make it run, everything is ok BUT I can’t access from outside
the box. If I curl
http://localhost:8080 it works but if I try to access from my browser
with the http:/the-ip:8080 it doesn’t work neither this route auth/admin/index.html I get
nothing.
So I went to the code to configuration/standalone.xml file and I added this:
<interface name="management">
<inet-address
value="${jboss.bind.address.management:the-ip}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:the-ip}"/>
</interface>
Now I get a 404 - Not Found
Can you help me to configure this in a correct way?
--
-----------------------------------------------
Hector Bustillos, Software Engineer
Crowd Interactive
@hecbuma
-----------------------------------------------