yyyar / gobetween

:cloud: Modern & minimalistic load balancer for the Сloud era
http://gobetween.io
Other
1.94k stars 210 forks source link

How to secure backend servers with gobetween? #313

Open leolux opened 3 years ago

leolux commented 3 years ago

I would like my backend servers to block traffic from unknown origins. But how to achive this?

My idea is that both sides could have a common secret and gobetween sends the secret information to the backend servers so that they can authorize the load balancer.

Is there a way to add additional HTTP headers to the requests with gobetween?