confluentinc / cp-demo

Confluent Platform Demo including Apache Kafka, ksqlDB, Control Center, Schema Registry, Security, Schema Linking, and Cluster Linking
Apache License 2.0
38 stars 322 forks source link

Grant ksqlDBUser ResourceOwner on source topics (CP 7.4 RBAC) #440

Closed javabrett closed 1 year ago

javabrett commented 1 year ago

Description

https://confluentinc.atlassian.net/browse/TMM-84

With Confluent Platform 7.4, ksqlDBUser now requires ResourceOwner privilege on source topics. This was DeveloperRead previously.

Without this, this error will be seen:

Authorization denied to Describe_configs on topic(s): []

What behavior does this PR change, and why?

ksqlDBUser now has ResourceOwner on two topics.

Author Validation

Describe the validation already done, or needs to be done, by the PR submitter.

Reviewer Tasks

Describe the tasks/validation that the PR submitter is requesting to be done by the reviewer.