Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add support for provisioning users #61

Closed
brokenjacobs opened this issue Jan 19, 2024 · 3 comments
Closed

Feature Request: Add support for provisioning users #61

brokenjacobs opened this issue Jan 19, 2024 · 3 comments

Comments

@brokenjacobs
Copy link

brokenjacobs commented Jan 19, 2024

Similar to strimzi, it would be extremely useful to be able to provision users (both TLS and SCRAM-SHA-512), including RBAC via crds that the operator processes. I'm sure something similar is achievable with Kubernetes Jobs and scripts, but that kind of defeats the purpose of using the operator?

Some examples from strimzi:
https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/user/kafka-user.yaml
https://strimzi.io/docs/operators/latest/configuring.html#type-KafkaUser-reference

I have a use case that deploys kafka to 87 single node instances in an identical fashion. At a minimum I need to deploy a user on each one for use with mirrormaker2. I'd live to use redpanda over kafka for a lower footprint on these devices, but to date I haven't pursued it because of this user provisioning issue.

JIRA Link: K8S-191

@mattschumpert
Copy link

This was tracked by #64 but can probably be moved here @chrisseto

@brokenjacobs
Copy link
Author

Ah yes missed that. I would add the RBAC requirements in with this.

@david-yu
Copy link

Will close as this is now available here: https://docs.redpanda.com/current/manage/kubernetes/security/authentication/k-user-controller/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants