Skip to content

Commit

Permalink
hotfix(ldap) allow all IPv4 of publick8s
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Jan 19, 2024
1 parent 2c460ab commit 8a7f2bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ service:
name: ldap-jenkins-io-ipv4
resourceGroup: prod-public-ips
whitelisted_sources:
- '20.85.71.108/32' # Accept inbound connections from publick8s public outbound IP
- '20.85.71.108/32' # Accept inbound connections from publick8s public outbound IP (1/3 IPv4)
- '20.22.30.9/32' # Accept inbound connections from publick8s public outbound IP (2/3 IPv4)
- '20.22.30.74/32' # Accept inbound connections from publick8s public outbound IP (3/3 IPv4)
- '10.100.0.0/16' # publick8s Pod CIDR (internal IPs) for intrnal access
- '73.71.177.172/32' # 106 accept inbound LDAPS request from spambot
- '140.211.15.101/32' # 107 accept inbound LDAPS request from accounts.jenkins.io
Expand Down

0 comments on commit 8a7f2bc

Please sign in to comment.