-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
None
-
True
-
-
-
Moderate
"Skip Certification" issue:
- When creating an OpenShift Virtualization provider in the web console, setting the "Skip Certification" option to true prevents the "Create Provider" button from becoming active. This effectively blocks the creation process.
- This behavior is inconsistent with the CLI option, where creating a provider with "skip-tls-verify" set to true works as expected.
Certificate Fetching issue:
-
- If the "Skip Certification" is set to false and a certificate is fetched from a URL using the "Fetch certificate from URL" option, the provider is created but is stuck in the "Staging" stage.
Steps to Reproduce:
- Access the OpenShift Virtualization migration toolkit web console.
- Navigate to the "Providers" section.
- Click on "Create Provider" and select "OpenShift Virtualization".
- Enter the required URL and service account token.
- Scenario 1: Set "Skip Certification" to true and observe that the "Create Provider" button becomes inactive.
- Scenario 2: Set "Skip Certification" to false, fetch a certificate from a URL, and click "Create Provider". The provider will enter a stalled "Staging" state.
Expected Behavior: In both scenarios, the provider creation process should proceed successfully to completion, regardless of whether the "Skip Certification" option is set or a certificate is fetched from a URL. The behavior should align with the CLI experience.