Skip to content

Commit

Permalink
Merge pull request #4583 from markdgray/fix/ipsec_aws_upi_50
Browse files Browse the repository at this point in the history
Bug 1919072: AWS cloudformation change protocol from ESP to 50
  • Loading branch information
openshift-merge-robot committed Jan 22, 2021
2 parents d19070a + 1758234 commit bd2739d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions upi/aws/cloudformation/03_cluster_security.yaml
Expand Up @@ -160,7 +160,7 @@ Resources:
GroupId: !GetAtt MasterSecurityGroup.GroupId
SourceSecurityGroupId: !GetAtt MasterSecurityGroup.GroupId
Description: IPsec ESP packets
IpProtocol: esp
IpProtocol: 50

MasterIngressWorkerIpsecIke:
Type: AWS::EC2::SecurityGroupIngress
Expand Down Expand Up @@ -188,7 +188,7 @@ Resources:
GroupId: !GetAtt MasterSecurityGroup.GroupId
SourceSecurityGroupId: !GetAtt WorkerSecurityGroup.GroupId
Description: IPsec ESP packets
IpProtocol: esp
IpProtocol: 50

MasterIngressInternal:
Type: AWS::EC2::SecurityGroupIngress
Expand Down Expand Up @@ -356,7 +356,7 @@ Resources:
GroupId: !GetAtt WorkerSecurityGroup.GroupId
SourceSecurityGroupId: !GetAtt WorkerSecurityGroup.GroupId
Description: IPsec ESP packets
IpProtocol: esp
IpProtocol: 50

WorkerIngressMasterIpsecIke:
Type: AWS::EC2::SecurityGroupIngress
Expand Down Expand Up @@ -384,7 +384,7 @@ Resources:
GroupId: !GetAtt WorkerSecurityGroup.GroupId
SourceSecurityGroupId: !GetAtt MasterSecurityGroup.GroupId
Description: IPsec ESP packets
IpProtocol: esp
IpProtocol: 50

WorkerIngressInternal:
Type: AWS::EC2::SecurityGroupIngress
Expand Down

0 comments on commit bd2739d

Please sign in to comment.