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
This is a bug, or at least an undocumented behavior: The tls.enabled/admin.tls.enabled flags do not currently parse any given value but instead just check if they are present (present == true), hence the bug you are reporting.
We will work on changing this to parse boolean values.
Version & Environment
Redpanda version: (use
rpk version
):Version: v24.3.1
Git ref: afe1a3f
Build date: 2024-12-02T23:29:48Z
OS: RHEL9
What went wrong?
OR
What should have happened instead?
IF -X admin.tls.enabled=false than it should call the admin.api without SSL
IF -X admin.tls.enabled=kitty_cat than should throw an exception
How to reproduce the issue?
JIRA Link: CORE-8752
The text was updated successfully, but these errors were encountered: