Skip to content

(lambda-event-sources): AuthenticationMethod: BASIC_AUTH is not supported for self-managed Kafka event source #16710

@tmokmss

Description

@tmokmss

Currently we can only choose SASL_SCRAM_512_AUTH and SASL_SCRAM_256_AUTH AuthenticationMethod for self-managed Kafka event source.

export enum AuthenticationMethod {
/**
* SASL_SCRAM_512_AUTH authentication method for your Kafka cluster
*/
SASL_SCRAM_512_AUTH = 'SASL_SCRAM_512_AUTH',
/**
* SASL_SCRAM_256_AUTH authentication method for your Kafka cluster
*/
SASL_SCRAM_256_AUTH = 'SASL_SCRAM_256_AUTH',
}

However, there is another authentication method supported, which is BASIC_AUTH. You can see it here.

What did you expect to happen?

We should be able to choose BASIC_AUTH as an authentication method.

What actually happened?

Currently we cannot choose BASIC_AUTH as it's not defined in the enum.

Environment

  • CDK CLI Version : 1.124.0
  • Framework Version: 1.124.0
  • Node.js Version: v14.16.1
  • OS : windows
  • Language (Version): TypeScript

Other


This is 🐛 Bug Report

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions