Skip to content

Commit 81d92da

Browse files
mike-ptHaarolean
andauthored
FE: Wizard: Update jaas.config for GCP managed Kafka (per Google docs) (#1141)
Co-authored-by: Roman Zabaluev <gpg@haarolean.dev>
1 parent 5aa560f commit 81d92da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ 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':
15+
'org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule',
1516
};
1617

1718
type MethodName = keyof typeof JAAS_CONFIGS;

0 commit comments

Comments
 (0)