Error: Confluent Cloud backend error

Hi @bbejeck

I also have the same error, my way to log in is through SSO with the business gmail account

Thanks

Thanks for letting me know.

Workaround: Creating your api key from the website and then using the generated api-key and secret to running in a terminal:

confluent api-key store <API-KEY> <SECRET>

Then you can use the api-key to access the cluster with:

confluent api-key use <API-KEY> --resource <CLUSTER-ID>

1 Like

I am getting the same error too. The workaround does not work for me as I want to create the API key for KSQLDB server

it’s working, thanks, @modri

The CLI team has pushed an update, so running the tutorial should work without having to use the workaround.