The SimpleAclAuthrorizer supports saying a principle has access to topic, using the '' resource name, but does not support partial wildcards such as `kslquery` resource names.
Partial wildcards, or something similar, would mean a small set of well defined ACLs could enable KSQL to work well with an locked-down Kafka cluster, giving the KSQL user permissions on all the groups and changelog / repartition topics it requires.
Fixing this may negate the importance / use of #948
With reference to the findings in #914.
The topic, using the '' resource name, but does not support partial wildcards such as `kslquery` resource names.
SimpleAclAuthrorizer
supports saying a principle has access toPartial wildcards, or something similar, would mean a small set of well defined ACLs could enable KSQL to work well with an locked-down Kafka cluster, giving the KSQL user permissions on all the groups and changelog / repartition topics it requires.
Fixing this may negate the importance / use of #948