Skip to content

Commit

Permalink
Merge pull request #943 from mikeshng/OCM-7374
Browse files Browse the repository at this point in the history
OCM-7374 | add AdditionalAllowedPrincipals to aws model
  • Loading branch information
lucasponce authored May 30, 2024
2 parents 06fd7a8 + ee46219 commit 7437426
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 7437426

Please sign in to comment.