Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const JAAS_CONFIGS = {
'SASL/AWS IAM': 'software.amazon.msk.auth.iam.IAMLoginModule',
'SASL/Azure Entra':
'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
'SASL/GCP IAM': 'com.google.cloud.hosted.kafka.auth.GcpLoginCallbackHandler',
'SASL/GCP IAM':
'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
};

type MethodName = keyof typeof JAAS_CONFIGS;
Expand Down
Loading