Skip to content

Commit

Permalink
Merge pull request #859 from gdbranco/feat/ocm-4601
Browse files Browse the repository at this point in the history
OCM-4601 | feat: Add infra/control plane SG attributes to AWS type
  • Loading branch information
oriAdler authored Nov 1, 2023
2 parents d24c179 + 8df585c commit 5c3f8b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changes

This document describes the relevant changes between releases of the API model.
## 0.0.332 November 01 2023
- Add `AdditionalInfraSecurityGroupIds` to `AWS` type
- Add `AdditionalControlPlaneSecurityGroupIds` to `AWS` type

## 0.0.331 October 27 2023
- Add `Search` method to `status_board` `products_resource`, `applications_resource`, and `services_resource` models

Expand Down
6 changes: 6 additions & 0 deletions model/clusters_mgmt/v1/aws_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ struct AWS {

// Additional AWS Security Groups to be added to default worker (compute) machine pool.
AdditionalComputeSecurityGroupIds []String

// Additional AWS Security Groups to be added to default infra machine pool.
AdditionalInfraSecurityGroupIds []String

// Additional AWS Security Groups to be added to default control plane machine pool.
AdditionalControlPlaneSecurityGroupIds []String
}

0 comments on commit 5c3f8b7

Please sign in to comment.