qq304635576
qq304635576
@hugolesta if create ACL over MSK using SSL, It's failed. so do you have solution for that? As we know, considering security requirement, in common, using SSL is required in...
@arinhouck have any update? I also encounter the same issue with you.
@arinhouck Actually, Looks like no need to care about zookeeper, I can modify ACL by a client app named "offset explorer 2" without configuring Zookeeper over MSK using SASL_SSL manually....
@arinhouck Good news! I tested again via SASL_SSL & Port:9096. It woks. (1) Set up as below: provider "msk" { bootstrap_servers = var.msk_kafka_brokers tls_enabled = true skip_tls_verify = true sasl_username...
@kartef @pasarbia @LaureanG I figure out the root cause that is the IAM permissions issue. pls add iam policy as below, this error could be fixed: ``` resource "aws_iam_role_policy" "app_exchange_msk_admin_policy"...