Spring Cloud Stream Binder and Kerberos

I am looking to utilize the Spring Cloud Stream Binder for Solace PubSub and looking for examples of how to enable kerberos for the Solace binder connections. The examples all use username + password combinations.

Any samples on how to initialize using kerberos configs?

arda, I am assuming you are asking about how to handle the kerberos keytab files with spring cloud stream. If so then I would also be interested an answer for that :slight_smile:

Hi,
The Spring Cloud Stream binder uses the Solace Java (JCSMP) API. Because of that I would expect that setting up Kerberos would be the same. I haven’t gotten a chance to try it out myself, but if you look at this link and follow the Java path I believe it should work for you.

@arda were you able to get this working? If so, please click the “Yes” on Did this answer the question? where appropriate so that others can benefit! And if not, please let us know so we can continue to assist!

@jeremy - This did not work for me.

@arda - Thanks for letting us know what errors are you seeing? Any sample code you could show (minus any secret keys, etc.)?