-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add middleware for IP allowlist in puppetserver ingress route
Signed-off-by: Shubham Gupta <[email protected]>
- Loading branch information
Shubham Gupta
committed
Aug 22, 2024
1 parent
f8f5399
commit 6ad2a8a
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: traefik.io/v1alpha1 | ||
kind: Middleware | ||
metadata: | ||
name: middleware-{{ .Values.customerid }} | ||
spec: | ||
ipAllowList: | ||
sourceRange: | ||
- "135.181.21.167" | ||
- "135.181.21.154" | ||
- "135.181.21.153" | ||
- "135.181.223.235" | ||
- "65.21.130.86" | ||
- "65.21.130.85" | ||
- "78.46.72.21" | ||
- "176.9.124.207" | ||
- "85.10.211.48" | ||
- "138.201.82.121" | ||
- "138.201.224.126" | ||
- "172.20.0.0/16" |