streaming-ops icon indicating copy to clipboard operation
streaming-ops copied to clipboard

streaming ops documentation to deploy in our kubernetes cluster to connect to confluent cloud subscription we already have

Open chinnasamyb opened this issue 4 years ago • 3 comments

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 [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

chinnasamyb avatar Jul 02 '21 13:07 chinnasamyb

I think I found the doc : https://docs.confluent.io/platform/current/tutorials/streaming-ops/index.html

chinnasamyb avatar Jul 02 '21 15:07 chinnasamyb

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?

chinnasamyb avatar Jul 02 '21 19:07 chinnasamyb

@chinnasamyb does this help https://docs.confluent.io/cloud/current/access-management/sso.html#logging-in-using-the-ccloud-cli ?

ybyzek avatar Jul 07 '21 11:07 ybyzek