Skip to content

Commit

Permalink
fix: block pod to wireserver port 80 traffic on windows multitenancy (#…
Browse files Browse the repository at this point in the history
…2515)

Add endpoint policy to block wireserver traffic on windows
  • Loading branch information
QxBytes authored Feb 8, 2024
1 parent f97eb96 commit a1bf7bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cni/azure-windows-multitenancy.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@
"DestinationPrefix": "10.0.0.0/8",
"NeedEncap": true
}
},
{
"Name": "EndpointPolicy",
"Value": {
"Type": "ACL",
"Protocols": "6",
"Action": "Block",
"Direction": "Out",
"RemoteAddresses": "168.63.129.16",
"RemotePorts": "80",
"Priority": 200,
"RuleType": "Switch"
}
}
],
"windowsSettings": {
Expand Down

0 comments on commit a1bf7bf

Please sign in to comment.