-
Notifications
You must be signed in to change notification settings - Fork 26
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
mTLS Support for NATS server? #115
Comments
Are there plans to support this information without JetStream? |
@HakShak what exactly are you asking maybe the question isnt clear? mTLS to NATS Server when connecting? Those options already exist in --tlscacert, --tlscert and --tlskey. If you're asking for mTLS on the HTTP port, those also exist using --http-tlscert etc. |
@ripienaar let me answer on your question to @HakShak We use the following config for NATS:
and these args for nats-surveyor:
Everything works fine and we can see many metrics in your dashboards except Service Observations because it supports only Nkey or JWT auth methods. We tried to combine Nkey and mTLS but it doesn't work. Could you say is it possible to grab Service Observations metrics with mTLS auth ? |
At present it inherits the options from the --tlscert etc options and use those for connecting. So we'd need to add similar options on observation options that could be used to override. Thanks for the clarification though this was not clear at all from the question |
Fixed in #134 and will be in next release |
I saw this #54
But was unsure if this implies server support on top of Jetstream support.
The text was updated successfully, but these errors were encountered: