Replies: 1 comment
-
That is not supported currently. If you would be interested to contribute it, one thing we will need to figure out would be the API and how would it look like. So a proposal would be probably needed for this. It would also need to be done in all the other places for consistency. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using the KakaConnect Operator to authenticate against confluent.cloud.
confluet.cloud client authentication works with API keys which have random usernames (id)
in my Kubernetes cluster the confluent API keys are stored in Secrets. Therefore It would be nice to be able to retrieve the Authentication.username too from a secret when installing the KafkaConenct operator.
My workaround currently is the fetch the username before running helm by kubectl.
Is this a valid to request to ask if it would be possible to make the username in the future in the Authentication retrievable by a secret? Or are there better ways to achieve my goal ?
Beta Was this translation helpful? Give feedback.
All reactions