Unable to define multiple option in MSK client authentification #21099
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/kafka
Issues and PRs that pertain to the kafka service.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v1.0.0
on darwin_amd64
Your version of Terraform is out of date! The latest version
is 1.0.8. You can update by downloading from https://www.terraform.io/downloads.html
(⎈ |487847171572:cluster/iptiq-eks_nonprod_cluster:default)➜ msk-test-settings git:(SII-1412) ✗
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
╷
│ Error: Conflicting configuration arguments
│
│ with aws_msk_cluster.kafka,
│ on cluster.tf line 14, in resource "aws_msk_cluster" "kafka":
│ 14: sasl {
│
│ "client_authentication.0.sasl": conflicts with client_authentication.0.tls
╵
ERRO[0031] 1 error occurred:
* exit status 1
Panic Output
Expected Behavior
Well I would like to enable authentification TLS and SASL scram as is possible to define via api or aws console
Actual Behavior
I am not able to define multiple client authentification SASL + TLS,..
I have kafka deployed where is enabled plaintext + tls .. now i would like to have also SASL (9096) .. after implementation will delete plaintext.
I would like to ask is it possible to define in terraform multiple client_authentification ?
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: