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

Create User functionality in non-Redpanda environments #1280

Open
weeco opened this issue Jun 11, 2024 · 1 comment
Open

Create User functionality in non-Redpanda environments #1280

weeco opened this issue Jun 11, 2024 · 1 comment
Labels
backend bug Something isn't working frontend

Comments

@weeco
Copy link
Contributor

weeco commented Jun 11, 2024

Creating a new user currently requires the Redpanda Admin API to be configured. There are multiple issues with this:

  1. The Kafka API also provides a way of creating/updating/deleting Kafka users. We should offer this as an alternative if the Redpanda admin api is not configured.
  2. We do not disable the Create User button if creating users is not possible. This is a bad UX as users would try to create users and only after submitting the form they will see the error message

Proposal:

  • Implement backend to support managing users via the Kafka API
  • Expose whether managing users is supported so that the frontend can use this to disable buttons as needed
  • Frontend should disable buttons if the functionality is not available

ss-LKjObMtZ

@weeco weeco added bug Something isn't working frontend backend labels Jun 11, 2024
@achar007
Copy link

same suggestion to include user creation functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

2 participants