View Issue Details

IDProjectCategoryView StatusLast Update
0004449SymmetricDSBugpublic2020-06-24 20:47
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.9.0 
Target Version3.12.1Fixed in Version3.12.1 
Summary0004449: Authentication for JMX and default to localhost only
DescriptionEnable authentication for JMX (java management extensions) and bind to localhost only by default. Modify conf/sym_service.conf:

wrapper.java.additional=-Dcom.sun.management.jmxremote.authenticate=true
wrapper.java.additional=-Dcom.sun.management.jmxremote.password.file=security/jmxremote.password
wrapper.java.additional=-Dcom.sun.management.jmxremote.access.file=security/jmxremote.access
wrapper.java.additional=-Dcom.sun.management.jmxremote.local.only=true

Update "jmx" command line tool to use the authentication.
Tagssecurity

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 06676743

2020-06-24 11:37:45

admin

Details Diff
0004449: Authentication for JMX and default to localhost only Affected Issues
0004449
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/JmxCommand.java Diff File
mod - symmetric-server/src/main/deploy/conf/sym_service.conf Diff File
add - symmetric-server/src/main/deploy/security/jmxremote.access Diff File
add - symmetric-server/src/main/deploy/security/jmxremote.password Diff File

Issue History

Date Modified Username Field Change
2020-06-24 15:35 elong New Issue
2020-06-24 15:35 elong Status new => assigned
2020-06-24 15:35 elong Assigned To => elong
2020-06-24 15:35 elong Tag Attached: security
2020-06-24 15:42 elong Status assigned => resolved
2020-06-24 15:42 elong Resolution open => fixed
2020-06-24 15:42 elong Fixed in Version => 3.12.1
2020-06-24 16:00 admin Changeset attached => SymmetricDS 3.12 06676743
2020-06-24 20:47 admin Status resolved => closed