You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm interpreting the documentation correctly, the JAAS configuration to talk to a Kafka cluster say using GSSAPI has to be specified in cluster-api's application.properties via the key:
clusterid.kafkasasl.jaasconfig.gssapi
However, I've declared a JAAS configuration like this (sorry, pseudoconfig Helm/K8s configmap):
@nbarrientos Thank you for your contribution I think it definitely makes sense to add to the docs, I've just asked Murali to look at it because this is an area he has a bit more hands on experience.
Sorry for the delay in getting back to you we really appreciate your feedback and input!
@nbarrientos yes that would work too and any other ssl properties as well, just that they are not part of klaw configs, someone has to administer them.
If you like to submit a MR, pls feel free to. Thanks.
HI,
If I'm interpreting the documentation correctly, the JAAS configuration to talk to a Kafka cluster say using GSSAPI has to be specified in cluster-api's
application.properties
via the key:However, I've declared a JAAS configuration like this (sorry, pseudoconfig Helm/K8s configmap):
that I feed to the cluster-api component via:
and it seems to work. This is convenient in our case as we share the same conn credentials that Klaw uses to talk to all our clusters.
Would it make sense to add this to the docs? (maybe to the FAQ?) I can submit a MR if you fancy.
Thanks.
The text was updated successfully, but these errors were encountered: