-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
Product / Portfolio Work
-
2
-
False
-
-
False
-
-
-
OCMUI Center Team Sprint 273
Add IMDS v1/v2 selection on Machine Pools step of HCP wizard:

Acceptance Criteria
- IMDS v1/v2 selection added to the Machine Pools step of the HCP Wizard.
- The default value is "Optional" (same for rosa classic)
- IMDS selection should be displayed in the HCP Review step.
- Upon Submit/Cluster Creation Request backend API called is: clusterRequest.aws.ec2_metadata_http_tokens = required | optional, same as Rosa Classic cluster creation request.
Implementation Details
- The IMDS v1/v2 selection/radiobuttons component already exists, I believe we just need to remove the "!isHypershift" for it to appear in the HCP wizard.
- I imaging same for showing IMDS selection on the Review step.
- The backend API call already exist, I believe we just need to remove the "!isHypershift" conditionals from the submitOsdRequest.tsx.
- links to