Mongey / terraform-provider-kafka

Terraform provider for managing Apache Kafka Topics + ACLs
MIT License
520 stars 132 forks source link

MSK Serverless - The client is not authorized to access this topic #434

Open Vijay-Kardile opened 4 months ago

Vijay-Kardile commented 4 months ago

I am getting below error when i try to use Mongey/Kafka with MSK Serverless.

kafka server: The client is not authorized to access this topic

provider "kafka" { bootstrap_servers = ["bootstrap_server_url"] tls_enabled = true sasl_mechanism = "aws-iam" sasl_aws_region ="us-east-1" sasl_aws_profile = "dev" }

sappusaketh commented 1 month ago

This sounds more like aws iam auth issue, the role you are using might be missing permissions to access topic