kafka client certs usage at different VNets. #11722
-
Hi ALL, Can someone please clarify this. p12 creation : security.protocol=SSL ssl.keystore.location=C:\kafka_2.13-4.0.0\user.keystore.p12 Question : so my question is can we use internal client certs [ which are my user certs in ] other VNets as well |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Strimzi does not really care about your network configuration as long as it can route the connections based on the advertised addresses. So how do you use subnets, vnets or anything else is basically up to your infrastructure to make sure the connections are properly routed. In any case, using different networks to access the brokers, should not have any impact on the client certificates, as they have nothing to do with how the connection is established. |
Beta Was this translation helpful? Give feedback.
@scholzj thanks for clarification