cloudflavor / oscar

A GitOps automation bot for VCS misc tasks
Apache License 2.0
0 stars 0 forks source link

Incoming requests allowed only from github #34

Open PI-Victor opened 1 week ago

PI-Victor commented 1 week ago

Context

The cloudflare worker should only answer IPs that are coming from GitHub

Description

Currently the cloudflare worker can accept requests from www, this should only be limited to ips that are known to be used by GitHub, if this is possible.

Acceptance Criteria

wrangler.toml is configured to accept IPs only from the range that GitHub owns.

linear[bot] commented 1 week ago

CLO-51 Incoming requests allowed only from github