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 8038a52 commit 5222498Copy full SHA for 5222498
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': 'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
+ 'SASL/GCP IAM':
15
+ 'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
16
};
17
18
type MethodName = keyof typeof JAAS_CONFIGS;
0 commit comments