Vincent Royer

Results 53 comments of Vincent Royer

Yes, it has been developed by Oracle/Sun an open source project, but we did not found the source code. Jar is available on maven https://repo1.maven.org/maven2/org/glassfish/main/external/jmxremote_optional-repackaged/5.0/ > On 31 Oct 2019,...

Hi @jmborer, Yes, this plugin would be useful for the java community running java under kubernetes. Is it something you could share ?

Ok thanks. You just need to add something like that in the JMX context: Security.addProvider(new com.sun.security.sasl.Provider()); env.put("jmx.remote.profiles", "TLS SASL/PLAIN”); > On 6 Jan 2020, at 16:07, Jean-Marc Borer wrote: >...

Yes, ideally, the SASL profile should be configurable with a checkbox from the plugin panel for each new connection. > On 6 Jan 2020, at 16:48, Jean-Marc Borer wrote: >...

Ok fine, it works with Elassandra with JMXMP and JMXMP over TLS with SASL login/password auth.

Hi @jmborer I did not succeed in using your VisualVM plugin with a TLS connection and SASL login/password. Your code is not setting the SASL profile to work properly in...

Hi Jean-Marc, Thanks for feedback. Do you known why Oracle does not fix JMXMP serialization vulnerability, see [acunetix](https://www.acunetix.com/blog/web-security-zone/old-java-libraries/) ? JMXMP source code is not available, there is no way to...

It also requires to add the following parameter to be able to execute an elasticsearch query: source_content_type=application/json

Some CICD are running on k8s+containerd. Do you currently support containerd ?

Hi Andrea, Yes, k8s 1.18 involves some modifications, and these will probably be not compatible with some old versions of Kubernetes. Could you summit a pull request to keep the...