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

Broker parameters for anonymous TLS to leaf node #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

traylenator
Copy link

Three new parameters for choria::broker

  • client_anon_tls
  • request_signing_certificate
  • deny_server_connections

to set each of

  • plugin.choria.network.client_anon_tls
  • plugin.choria.security.request_signing_certificate
  • plugin.choria.network.deny_server_connections

by default there is no change to the broker.conf

Three new parameters for choria::broker

* client_anon_tls
* request_signing_certificate
* deny_server_connections

to set each of

* plugin.choria.network.client_anon_tls
* plugin.choria.security.request_signing_certificate
* plugin.choria.network.deny_server_connections

by default there is no change to the broker.conf
@@ -51,6 +51,9 @@
# @param client_hosts Whitelist of clients that are allowed to connect to broker
# @param adapters Data adapters to configure
# @param leafnode_upstreams Leafnode connections to configure
# @param client_anon_tls Use anonymous TLS for client connections (disables verification)
# @param request_signing_certificate The public certificate of the key used to sign the JWTs in the Signing Service
# @param deny_server_connections Set ACLs denying server connections to this broker
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I think what we should do though - since these are pretty scary settings - is to call them out seperate with a link to the blog post detailing this model and later if we add docs to choria.io/docs covering this we can update here.

Users changing these settings will pretty much always have a bad time unless they have the context from the blog post.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure put this on hold till I at least have things working ( which I don't)

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.

None yet

2 participants