Skip to content

Commit

Permalink
OCM-7374 | add AdditionalAllowedPrincipals to aws model
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng committed May 29, 2024
1 parent 06fd7a8 commit ee46219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/aws_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ee46219

Please sign in to comment.