Skip to content

Commit 5b3ef9d

Browse files
committed
add TODOs
1 parent 03788ff commit 5b3ef9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ private static class AppContainer implements Closeable {
126126
private AppContainer() {
127127
this.properties = new HashMap<>();
128128

129-
properties.put("com.sun.management.jmxremote.ssl", "false");
129+
properties.put("com.sun.management.jmxremote.ssl", "false"); // TODO :
130+
131+
// SSL registry : com.sun.management.jmxremote.registry.ssl
132+
// client side ssl auth: com.sun.management.jmxremote.ssl.need.client.auth
133+
130134

131135
String appJar = System.getProperty("app.jar.path");
132136
assertThat(Paths.get(appJar))

0 commit comments

Comments
 (0)