Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:Ardana:8:CentOS:7.3
kafka
lock-down-jmxremote.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lock-down-jmxremote.patch of Package kafka
Index: bin/kafka-run-class.sh =================================================================== --- bin/kafka-run-class.sh.orig +++ bin/kafka-run-class.sh @@ -164,7 +164,8 @@ shopt -u nullglob # JMX settings if [ -z "$KAFKA_JMX_OPTS" ]; then - KAFKA_JMX_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false " + # disable remote JMX connections to avoid security concerns + KAFKA_JMX_OPTS=" " fi # JMX port to use
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor