Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for rmi registry connection over ssl #185

Merged
merged 2 commits into from
Oct 5, 2018
Merged

Conversation

arbll
Copy link
Member

@arbll arbll commented Oct 3, 2018

Purpose of this PR

We were previously only supporting SSL for connections to RMI servers and not for connections to the RMI registry.

Users will most likely want to authenticate their JMX clients using 2-way ssl as this is recommended here https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html.
This means we also need to use a keystore for the client, which is why I added two new config options.

Motivation

Client request

@arbll arbll changed the title add support for rmi over ssl add support for rmi registry connection over ssl Oct 3, 2018
@arbll arbll merged commit 8ee0e46 into master Oct 5, 2018
@arbll arbll deleted the arbll/rmi-over-ssl branch October 5, 2018 09:12
@olivielpeau
Copy link
Member

very nice 👌

I might be stating the obvious, but let's document these new options in the jmx.yaml.example of both Agent 5 & 6 and update the docs website

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants