terraform-provider-confluent: Error: error creating Kafka ACLs: 403 Forbidden
Unable to create acls or topic using CloudClusterAdmin Role on dedicated cluster
╷
│ Error: error creating Kafka Topic: 403 Forbidden
│
│ with confluent_kafka_topic.orders,
│ on modules/confluent-kafka/main.tf line 132, in resource "confluent_kafka_topic" "orders":
│ 132: resource "confluent_kafka_topic" "orders" {
│
╵
╷
│ Error: error creating Kafka ACLs: 403 Forbidden
│
│ with confluent_kafka_acl.app-connector-describe-on-cluster,
│ on modules/confluent-kafka/main.tf line 150, in resource "confluent_kafka_acl" "app-connector-describe-on-cluster":
│ 150: resource "confluent_kafka_acl" "app-connector-describe-on-cluster" {
[ dedicated-vpc-peering-aws-kafka-acls](https://github.com/confluentinc/terraform-provider-confluent/tree/master/examples/configurations/dedicated-vpc-peering-aws-kafka-acls) is the culprit here
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16
@linouk23 I have sent it
@linouk23 This is the error now { “error_code”: 40301, “message”: “Authorization failed.” }
@tocy1 @linouk23 we had the same problem yesterday, not sure if something was changed on the provider (v1.28.0) or if it was a matter of time (which from my point of view would be really awful) but we are now able to create both topics and ACLs.