Skip to content

Instantly share code, notes, and snippets.

@jairsjunior
Created December 19, 2018 15:56
Show Gist options
  • Save jairsjunior/8b8a40053d708c296ab476cb4df2c189 to your computer and use it in GitHub Desktop.
Save jairsjunior/8b8a40053d708c296ab476cb4df2c189 to your computer and use it in GitHub Desktop.
JAAS Configuration file for Kafka
KafkaServer {
org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required
LoginStringClaim_sub="admin";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment