Added TLS & credentials configuration for NATS_consumer input plugin#6195
Added TLS & credentials configuration for NATS_consumer input plugin#6195danielnelson merged 2 commits intoinfluxdata:masterfrom mmelnyk:master
Conversation
|
I've got thinking about this a bit more and realize that we still need the |
|
There are some inconsistencies in options for other plugins - e.g. nats output (btw, readme for this plugin needs updating) does not have "secure" option, but usually used in a pair with nats_consumer. |
|
I added the same option to the output too now, technically this is a breaking change as you now must set the When it comes to plugin inconsistency, yeah it's quite difficult to keep up, especially considering the number of plugins these days. Definitely relying on the community to open PRs. |
Required for all PRs:
Basic changes to add missing TLS & credentials options for NATS. Mutual TLS is supported too.