You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Lambda to periodically synchronize security groups with the IP ranges for webhooks provided by GitHub's API.
4
+
5
+
The use case for this would be having a service locked down by source IP in the whitelist, which still needs to receive webhooks for repository events from GitHub (ie a CI/CD tool).
6
+
7
+
This tool uses the [Serverless Framework](https://serverless.com/) for deployment
8
+
9
+
## How it works
10
+
11
+
This will take
12
+
13
+
## Configuration, Installation & Deployment
14
+
15
+
Clone this repository, and change to the cloned directory.
16
+
17
+
Configuration is expected to be found in AWS EC2 Systems Manager Parameter Store.
18
+
19
+
All variables live under the prefix of `/github_secgrp_updater/{STAGE}`. Replace stage with the relevant stage you are deploying (ie `/github_secgrp_updater/dev/`)
0 commit comments