SASL/OAUTHBEARER setup

2018-08-30 Thread andrea.chiodoni
Hi, I would like to try a setup of SASL/OAUTHBEARER where: 1. a kafka client obtains an OAUTHBEARER token from an authorization server 2. the kafka client send the OAUTHBEARER token to kafka 3. kafka validates the OAUTHBEARER token and authenticates the user Is anybody aware if

SASL/OAUTHBEARER setup

2018-08-29 Thread andrea.chiodoni
Hi, I would like to try a setup of SASL/OAUTHBEARER where: 1. a kafka client obtains an OAUTHBEARER token from an authorization server 2. the kafka client send the OAUTHBEARER token to kafka 3. kafka validates the OAUTHBEARER token and authenticates the user Is anybody aware if