I have AWS MSK Kafka Cluster (only TLS) and i want to restrict Topic Creation/Deletion for all the tls users except one user ( i am restricting all the zookeeper nodes through security)
Issue: Currently i am able to create/delete the topics and also update the ACLs from all the tls users (with certificate) with broker urls. can we restrict this behavior in AWS MSK kafka cluster. Expected: create/delete kafka topics should only work with one TLS User and all other tls users should not have this option. Broker urls should only work for Read(consumer) and Write(producer) operations (not for create/delete and alter acl) is there any way to restrict?
