terraform-aws-modules / terraform-aws-msk-kafka-cluster

Terraform module to create AWS MSK (Managed Streaming for Kafka) resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/msk-kafka-cluster/aws
Apache License 2.0
55 stars 53 forks source link

Error: Too many sasl blocks #7

Closed fonsecas72 closed 1 year ago

fonsecas72 commented 1 year ago

Describe the bug when we enable client_authentication_sasl_iam and client_authentication_sasl_scram at the same time, we face this issue.

│ Error: Too many sasl blocks
│
│   on .terraform/modules/msk_cluster/main.tf line 44, in resource "aws_msk_cluster" "this":
│   44:         content {
│
│ No more than 1 "sasl" blocks are allowed

To Reproduce Steps to reproduce the behavior:

  1. get the basic example
  2. add this to the config
    client_authentication_sasl_scram         = true
    client_authentication_sasl_iam           = true

Expected behavior both sasl scram and iam should be enabled.

Desktop (please complete the following information):

bryantbiggs commented 1 year ago

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.