Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from sparkfabrik/feature/google-gfe-ips
Browse files Browse the repository at this point in the history
fix: always trust google front end ips
  • Loading branch information
paolomainardi authored Jul 22, 2024
2 parents 040f9a4 + 405b561 commit 666a139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ mastodon:
vapid:
private_key: ${MASTODON_VAPID_PRIVATE_KEY}
public_key: ${MASTODON_VAPID_PUBLIC_KEY}
trusted_proxy_ip: ${MASTODON_TRUSTED_PROXY_IP}
# Always trust GCP GFE ips: https://cloud.google.com/load-balancing/docs/https
trusted_proxy_ip: ${MASTODON_TRUSTED_PROXY_IP},130.211.0.0/22,35.191.0.0/16
streaming:
replicas: 2
web:
Expand Down

0 comments on commit 666a139

Please sign in to comment.