From ee46219f4184caab9877bc222e033e2829c43954 Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Wed, 29 May 2024 13:33:06 -0400 Subject: [PATCH] OCM-7374 | add AdditionalAllowedPrincipals to aws model Signed-off-by: Mike Ng --- model/clusters_mgmt/v1/aws_type.model | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model/clusters_mgmt/v1/aws_type.model b/model/clusters_mgmt/v1/aws_type.model index 25e2091e..7e3f694d 100644 --- a/model/clusters_mgmt/v1/aws_type.model +++ b/model/clusters_mgmt/v1/aws_type.model @@ -70,4 +70,7 @@ struct AWS { // Additional AWS Security Groups to be added to default control plane machine pool. AdditionalControlPlaneSecurityGroupIds []String + + // Additional allowed principal ARNs to be added to the hosted control plane's VPC Endpoint Service. + AdditionalAllowedPrincipals []String }