Skip to content

Commit 8038a52

Browse files
authored
1 parent 7f97f71 commit 8038a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const JAAS_CONFIGS = {
1111
'SASL/AWS IAM': 'software.amazon.msk.auth.iam.IAMLoginModule',
1212
'SASL/Azure Entra':
1313
'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
14-
'SASL/GCP IAM': 'com.google.cloud.hosted.kafka.auth.GcpLoginCallbackHandler',
14+
'SASL/GCP IAM': 'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
1515
};
1616

1717
type MethodName = keyof typeof JAAS_CONFIGS;

0 commit comments

Comments
 (0)