-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.19
-
None
-
Moderate
-
Yes
-
False
-
Description of problem:
The secret created with Basic authentication has an incorrect type, the type will show as Opaque, compare with the same behavior with OCP 4.18, the type should show as kubernetes.io/basic-auth
Version-Release number of selected component (if applicable):
4.19.0-0.nightly-2025-01-16-064700
How reproducible:
Always
Steps to Reproduce:
1. Navigate to Secrect page, and Create a Source secrect eg: /k8s/ns/default/secrets/~new/source 2. Make sure the Authentication type is selected as 'Basic authentication' 3. Create the secret, and check the secret type on Secret list and Secret details page
Actual results:
The secret created with Basic authentication, its type shown as Opaque which is incorrect
Expected results:
Compare with the same behavior on OCP 4.18, it should shown as kubernetes.io/basic-auth
Additional info: