console icon indicating copy to clipboard operation
console copied to clipboard

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

Open usernameisnull opened this issue 11 months ago • 3 comments

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

usernameisnull avatar Jan 17 '25 02:01 usernameisnull

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

Example:

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

bojand avatar Jan 18 '25 01:01 bojand

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.

weeco avatar Jan 18 '25 20:01 weeco

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

Example:

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

thank you

usernameisnull avatar Jan 19 '25 11:01 usernameisnull