You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting a Redpanda user that uses special characters that need to be URL escaped is not possible, because the admin API does not unescape these parameters. Creating is possible because the username there is part of the request body.
What should have happened instead?
Redpanda should unescape URL parameters on all admin api paths.
How to reproduce the issue?
Create a user like "hello world"
Issue a DELETE request to /v1/security/users/hello%20world
List users (the user "hello world" should still be there)
Additional information
Please attach any relevant logs, backtraces, or metric charts.
The text was updated successfully, but these errors were encountered:
Version & Environment
Redpanda version: (use
rpk version
): v23.2.6What went wrong?
Deleting a Redpanda user that uses special characters that need to be URL escaped is not possible, because the admin API does not unescape these parameters. Creating is possible because the username there is part of the request body.
What should have happened instead?
Redpanda should unescape URL parameters on all admin api paths.
How to reproduce the issue?
Additional information
Please attach any relevant logs, backtraces, or metric charts.
The text was updated successfully, but these errors were encountered: