From fa405ccf87d47ab511ff7add2220e260f166aa87 Mon Sep 17 00:00:00 2001 From: Matt Luttrell Date: Mon, 2 Apr 2018 22:22:37 -0400 Subject: [PATCH] Fixing default whitelisted bitbucket IPs --- templates/git2s3.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/git2s3.template b/templates/git2s3.template index 94c5ed6..2870584 100644 --- a/templates/git2s3.template +++ b/templates/git2s3.template @@ -77,7 +77,7 @@ "AllowedIps": { "Description": "gitpull method only. Comma seperated list of IP CIDR blocks for source IP authentication. The BitBucket Cloud IP ranges are provided as defaults.", "Type": "String", - "Default": "131.103.20.160/27,165.254.145.0/26,104.192.143.0/24" + "Default": "34.198.203.127/32,34.198.178.64/32,34.198.32.85/32,104.192.136.0/21" }, "ApiSecret": { "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: , \\ \"",