dlmarion commented on PR #52:
URL:
https://github.com/apache/accumulo-classloaders/pull/52#issuecomment-3781482481
Regarding the comment about authentication, the administrator has several
mechanisms to lock down access to the JMX service, to include:
1. disabling local access via the Attach API
2. setting the hostname and port for remote access
3. enforcing SSL/TLS when using remote access (enabled by default)
4. mutual authentication for SSL/TLS when using remote access
5. password authentication for remote access (enabled by default)
More information at
https://docs.oracle.com/en/java/javase/17/management/monitoring-and-management-using-jmx-technology.html.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]