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: Redpanda Admin API is not enabled (Status 503) #1592

Open
usernameisnull opened this issue Jan 17, 2025 · 2 comments
Open

create user: Redpanda Admin API is not enabled (Status 503) #1592

usernameisnull opened this issue Jan 17, 2025 · 2 comments

Comments

@usernameisnull
Copy link

when I use latest docker image, to create user, did I missed something?

docker run -p 8090:8080 -e KAFKA_BROKERS="localhost:9092" docker.redpanda.com/redpandadata/console:latest

Image

@bojand
Copy link
Member

bojand commented Jan 18, 2025

This functionality requires Redpanda Admin API to be configured within the Console configuration.

Example:

redpanda:
  adminApi:
    enabled: true
    urls: ["http://localhost:19644"]

@bojand bojand closed this as completed Jan 18, 2025
@weeco
Copy link
Contributor

weeco commented Jan 18, 2025

Actually we should know whether the API for managing users are available or not and we should reflect that in the frontend. If this is not the case (e.g. for Apache Kafka users or Redpanda users that have not configured the admin api) we should improve the user experience. I'll re-open the issue until I have tried to reproduced or until we have improved the experience.

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

No branches or pull requests

3 participants