Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to service accounts created in CC #99

Open
aditya-valstro opened this issue Jun 16, 2023 · 0 comments
Open

Connecting to service accounts created in CC #99

aditya-valstro opened this issue Jun 16, 2023 · 0 comments

Comments

@aditya-valstro
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant