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

Admin API /v1/cluster/uuid returns additional chars #16162

Closed
JFlath opened this issue Jan 19, 2024 · 0 comments · Fixed by #16183
Closed

Admin API /v1/cluster/uuid returns additional chars #16162

JFlath opened this issue Jan 19, 2024 · 0 comments · Fixed by #16183
Labels
area/admin-api kind/bug Something isn't working

Comments

@JFlath
Copy link
Contributor

JFlath commented Jan 19, 2024

Version & Environment

Redpanda version: (use rpk version): 23.2.17

What went wrong?

$ curl localhost:9644/v1/cluster/uuid
{"cluster_uuid": "{{9722a164-329b-4c17-8b03-e3109f0e9196}}"}

What should have happened instead?

$ curl localhost:9644/v1/cluster/uuid
{"cluster_uuid": "9722a164-329b-4c17-8b03-e3109f0e9196"}

How to reproduce the issue?

rpk container start
docker exec -it rp-node-0 bash
curl localhost:9644/v1/cluster/uuid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/admin-api kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants