Skip to content
Merged
Changes from 1 commit
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,7 @@
'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',

Check warning on line 14 in frontend/src/widgets/ClusterConfigForm/utils/getJaasConfig.ts

View workflow job for this annotation

GitHub Actions / build-and-test / tests

Insert `⏎···`
};

type MethodName = keyof typeof JAAS_CONFIGS;
Expand Down
Loading