We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa560f commit 81d92daCopy full SHA for 81d92da
frontend/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts
@@ -11,7 +11,8 @@ const JAAS_CONFIGS = {
11
'SASL/AWS IAM': 'software.amazon.msk.auth.iam.IAMLoginModule',
12
'SASL/Azure Entra':
13
'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
14
- 'SASL/GCP IAM': 'com.google.cloud.hosted.kafka.auth.GcpLoginCallbackHandler',
+ 'SASL/GCP IAM':
15
+ 'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
16
};
17
18
type MethodName = keyof typeof JAAS_CONFIGS;
0 commit comments