Solved
How to disable WEB/URL connection for Batch nodes
We have an environment with 4 nodes. 2 WEB and 2 Batch nodes. We have the WEB nodes exposed through a Load balancer using an alias. However to 2 batch nodes can connect when using the server names with port 8080 . I want to not allow access to those nodes to connect to the system.. How can this be disabled?
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.
@RonC0128
Check the below link and try in your batch node prconfig.xml: <env name="security/urlaccessmode" value="deny" />
This will block the standard login/pass connectivity.
Security Fix - urlaccessmode with deny value (< env name="security/urlaccessmode" value="warn" / >). | Support Center
Yet, keep in mind that this will also block your admin direct access to these nodes, so in case of issue you'll be stuck also.
Regards
Anthony