开发者

Lambda and Self-Managed Kafka authentication

开发者 https://www.devze.com 2022-12-07 22:16 出处:网络
I want to create Lambda function that will act as a consumer for self-managed Kafka messages. I am also using 开发者_StackOverflow社区Terraform, but the doc ( https://registry.terraform.io/providers/h

I want to create Lambda function that will act as a consumer for self-managed Kafka messages.

I am also using 开发者_StackOverflow社区Terraform, but the doc ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_event_source_mapping ) says: For Self Managed Kafka you will need to supply blocks for type VPC_SUBNET and VPC_SECURITY_GROUP.

What I want is to use SASL auth. From AWS it is supported on the UI.

Here is the image where you can pick sasl for self-managed kafka

Does anyone know how can I use SASL to authenticate Lambda to self-managed Kafka using Terraform?

0

精彩评论

暂无评论...
验证码 换一张
取 消