You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a documentation on how to deploy this stream ops in our kubernetes cluster to connect to our existing confluent cloud subscription?
I cloned this repo and built the docker image, deployed my kubernetes cluster. when I added a topic configuration the streaming operator detects the config , it tries to connect to confluent cloud and it error out because I haven't configured the confluent cloud broker or api keys to connect to my confluent cloud subscription. I see a reference to XX_CCLOUD_EMAIL=[email protected] and XX_CCLOUD_PASSWORD=YYYYYYYYYY in the git repo. But I do not see that addedd to the image (https://github.com/confluentinc/streaming-ops/tree/main/images/ccloud-operator/Dockerfile).
I want to use this operator to create and manage topics decoratively
The text was updated successfully, but these errors were encountered:
I am able to follow the document to create sealed secrets and deployed the sealed secret. We have single sign on setup for user accounts in confluent cloud. So when I specify the user name and password CCLOUD_EMAIL= and CCLOUD_PASSWORD=. in the sealed secret, it says invalid email or password. Could you please let me know how to handle CCLOUD_EMAIL and CCLOUD_PASSWORD for SSO enabled confluent cluster?
Is there a documentation on how to deploy this stream ops in our kubernetes cluster to connect to our existing confluent cloud subscription?
I cloned this repo and built the docker image, deployed my kubernetes cluster. when I added a topic configuration the streaming operator detects the config , it tries to connect to confluent cloud and it error out because I haven't configured the confluent cloud broker or api keys to connect to my confluent cloud subscription. I see a reference to XX_CCLOUD_EMAIL=[email protected] and XX_CCLOUD_PASSWORD=YYYYYYYYYY in the git repo. But I do not see that addedd to the image (https://github.com/confluentinc/streaming-ops/tree/main/images/ccloud-operator/Dockerfile).
I want to use this operator to create and manage topics decoratively
The text was updated successfully, but these errors were encountered: