-
Bug
-
Resolution: Done
-
Major
-
4.13
-
None
-
No
-
Rejected
-
False
-
Description of problem:
'Create' button on image pull secret creation form can not be re-enabled if it is disabled once
Version-Release number of selected component (if applicable):
4.13.0-0.nightly-2023-02-17-090603
How reproducible:
Always
Steps to Reproduce:
1. user logins to console 2. goes to Secrets -> Create Image pull secret, on the page - Secret name: test-secret - Authentication type: Upload configuration file, here we upload invalid JSON format file, console will give warning message 'Configuration file should be in JSON format.' and 'Create' button will be disabled 3. then we change Authentication type to 'Image registry credentials', fill up every required fields: Registry server address, Username and Password, we can see 'Create' button is still disabled
Actual results:
3. 'Create' button is still disabled, user has to cancel and fill the form again
Expected results:
3. we should re-enable Create button since we are trying to filling a form in a different way with all required fields correctly configured
Additional info: