Hi There,
I'm new with Google Cloud and I will host a n8n on GKE (standard).
My question is about security and webhooks.
I've heard it is necessary to setup a reverse proxy to use webhooks.
Could you please help me select the right configuration to secure the connexion (https) and manage webhooks properly ?
Thanks a lot,
JP
Hello @Jean-Philippe,
Welcome to Google Cloud Community!
Here are some tips to secure your n8n instance hosted on GKE for handling webhooks.
Setup a reverse proxy for Webhook security
Choose the right reverse proxy
HTTPS with SSL/TLS:
Webhook Management:
See resources below that might be helpful for you
https://www.doit.com/securely-access-aws-from-gke/
https://github.com/elastic/cloud-on-k8s/issues/1437
https://cloud.google.com/kubernetes-engine/docs/how-to/optimize-webhooks
https://cloud.google.com/kubernetes-engine/docs/deprecations/webhookcompatibility
Don't hesitate to post back any questions here. We are delighted to try and help.
Thanks!