Open Vijay-Kardile opened 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" }
This sounds more like aws iam auth issue, the role you are using might be missing permissions to access topic
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" }