Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 97a1dea

Browse files
authored
Merge pull request #17 from mluttrell/develop
Updating default whitelisted bitbucket IPs
2 parents a3cd963 + fa405cc commit 97a1dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/git2s3.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"AllowedIps": {
7878
"Description": "gitpull method only. Comma seperated list of IP CIDR blocks for source IP authentication. The BitBucket Cloud IP ranges are provided as defaults.",
7979
"Type": "String",
80-
"Default": "131.103.20.160/27,165.254.145.0/26,104.192.143.0/24"
80+
"Default": "34.198.203.127/32,34.198.178.64/32,34.198.32.85/32,104.192.136.0/21"
8181
},
8282
"ApiSecret": {
8383
"Description": "gitpull method only. WebHook Secrets for use with GitHub Enterprise and GitLab. If a secret is matched IP range authentication is bypassed. Cannot contain: , \\ \"",

0 commit comments

Comments
 (0)