I would like to use ccloud to create a new topic using Service Account authorization. I logged in to the ccloud using:
ccloud init sandbox --kafka-auth --bootstrap --api-key --api-secret
and from Confluent Cloud UI I granted ACL to create any topic from my service account.
But ccloud doesn’t recognize “ccloud kafka topic create topic” command:
Are there some limitations on what Confluent Cloud CLI can do for Service Accounts? Is it a bug? Did I do something in a wrong way?