9.7. REST Interface Security
9.7.1. Publish REST Endpoints as a Public Interface Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
		Red Hat JBoss Data Grid's REST server operates as a management interface by default. To extend its operations to a public interface, alter the value of the 
interface parameter in the socket-binding element from management to public as follows:
	<socket-binding name="http" interface="public" port="8080"/>
<socket-binding name="http" interface="public" port="8080"/>