rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
12.19k stars 3.91k forks source link

Make it possible to configure TLS client options via new style format #2526

Open michaelklishin opened 6 years ago

michaelklishin commented 6 years ago

While it is possible to configure client TLS options via the ssl app, it is very obscure to non-Erlang users.

A standard set of TLS options should be exposed via a common set of Cuttlefish options, ideally in a way that doesn't interfere with other plugins, libraries or tools (in Cuttlefish only one key is allowed for one target key).

See https://github.com/rabbitmq/rabbitmq-peer-discovery-consul/issues/14 for background.

lukebakken commented 6 years ago

(in Cuttlefish only one key is allowed for one target key)

You can get around that with transforms! See this schema.

lukebakken commented 5 years ago

[135606833]