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
Browser type & version: Chrome Version 115.0.5790.98 (Official Build) (arm64)
Describe the bug
When attempting to create a configmap that has a capital letter in the name, the request is made with no error checks and you get an api error page instead of an error on the UI (or the string being lowercased before the request is made).
To Reproduce
Provision a v2.7.5 Rancher instance
Log into the Rancher instance
Click into the local cluster from the home page
On the left side of the page, click Storage -> ConfigMaps
Click the Create button in the upper right of the page
In the Name field, enter at least one uppercase character and whatever else you want
Click the Create button on the lower right of the page
Result
Receive an API error
Expected Result
Receive a UI error (or the text is lowercased for the request)
Screenshots
The text was updated successfully, but these errors were encountered:
Setup
Describe the bug
When attempting to create a configmap that has a capital letter in the name, the request is made with no error checks and you get an api error page instead of an error on the UI (or the string being lowercased before the request is made).
To Reproduce
local
cluster from the home pageCreate
button in the upper right of the pageName
field, enter at least one uppercase character and whatever else you wantCreate
button on the lower right of the pageResult
Receive an API error
Expected Result
Receive a UI error (or the text is lowercased for the request)
Screenshots
The text was updated successfully, but these errors were encountered: