MQTT and Certificates #3940
-
Hi I am looking to see if i can replace out mqtt servers with nats servers, but in order to do this i need to be able to setup the |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
How is the NATS system configured? Is it in operator mode or simple server config mode? If server config and authorization is based in user/pass you can just the normal authorization blocks for NATS server configs. |
Beta Was this translation helpful? Give feedback.
-
For anything elaborate that ties client certs etc to permissions, we have a feature in 2.10 called authorization callouts that allows mapping exterior AuthN to NATS authZ. The general ADRs for future (and past) features in NATS can be found here -> https://github.com/nats-io/nats-architecture-and-design This specific one is here -> https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-26.md |
Beta Was this translation helpful? Give feedback.
-
The original server have client server cert and in the client cert the common namn is used as username |
Beta Was this translation helpful? Give feedback.
-
This may help as well. |
Beta Was this translation helpful? Give feedback.
-
Not directly at this time but we are working with some customers on features they may want. |
Beta Was this translation helpful? Give feedback.
Not directly at this time but we are working with some customers on features they may want.