gatekeeper
gatekeeper copied to clipboard
NGINX co-process for SOA architectures
I use a version of this lib in my tests, and it would be convenient to use a docker container. Are there any known Docker containers that wrap up nginx...
First off, great project! Very clever. My only issue is that it appears to blow up when a config updates on Zookeeper. Below is the stack trace. Any insight would...
It'd be really great to have support for HAProxy too.
It'd be nice to add docs on how to integrate Apache Curator into projects such that `gatekeeper-zookeeper` would support them out of the box.
Support for routes such as: ``` location ~* \.(gif|jpg|jpeg)$ { proxy_pass my_upstream:80; } ```
It'd be nice to be able to pass other attributes in as key/values to upstreams and locations. For example, SSE endpoints need proxy_buffering off.