Skip to content

Connecting to service accounts created in CC #99

Description

@aditya-valstro

Hello, I am trying to create custom ACL's for service accounts created through Terraform in Confluent Cloud. I am currently using

customServiceAcls:
  development-SA-name:
    read-only-event-feed:
      name: event.feed
      type: TOPIC
      pattern: PREFIXED
      host: "*"
      principal: User:development-event-feed
      operation: READ
      permission: ALLOW

which references the service account already created in CC. When I run plan and apply it does not pickup any changes to ACLs:
ACLs: 0 to create, 0 to update, 0 to delete.

How can I create ACLs on Kafka topics defined in state.yaml for service accounts already existing in CC? Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions