Re: oauthbearer client -- override ssl.property (unable to do so)

2023-06-07 Thread Kirk True
Hi Neil, > On Jun 7, 2023, at 10:35 AM, Neil Buesing wrote: > > The code "AccessTokenRetrieverFactory" uses the "jaasConfig"'s for the > properties used for building the socket factory. > > Shouldn't "jou.createSSLSockerFactor()" use the kafka configs for sasl/ssl > overrides? > > I am looking

oauthbearer client -- override ssl.property (unable to do so)

2023-06-07 Thread Neil Buesing
The code "AccessTokenRetrieverFactory" uses the "jaasConfig"'s for the properties used for building the socket factory. Shouldn't "jou.createSSLSockerFactor()" use the kafka configs for sasl/ssl overrides? I am looking to do "oauthbearer.ssl.protocol=TLSv1.2" -- but no luck - I have tried many va