Re: nginx authentication and authorization

2021-10-01 Thread Sergey A. Osokin
On Fri, Oct 01, 2021 at 04:32:59PM -0400, Keith Brown wrote: > any help? > > On Tue, Sep 28, 2021 at 3:29 PM Keith Brown wrote: > > > > I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap > > working perfectly. > > > > However, I am just not sure how to make them work together.

Re: nginx authentication and authorization

2021-10-01 Thread Keith Brown
any help? On Tue, Sep 28, 2021 at 3:29 PM Keith Brown wrote: > > I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap > working perfectly. > > However, I am just not sure how to make them work together. > I have an endpoint > > I have an end point /login which gives me the remot

Re: Rate Limit not applied when mapping $upstream_http_ headers

2021-10-01 Thread Maxim Dounin
Hello! On Fri, Oct 01, 2021 at 10:47:01AM +0200, Markus Grobelin wrote: > Hy everybody, > > I have a reverse-proxy setup with an upstream application that > sets a header (x_tenant_id). > > Based on that headers value, I want to apply a rate limit to > clients. > > I verified the rate lim

Re: Load Balancing Apache Tomcat with Nginx : (OpenMeetings Cluster using Apache Tomcat Server)

2021-10-01 Thread Sergey A. Osokin
Hi Jeffrey, On Mon, Sep 27, 2021 at 12:47:53PM +, Aom Jeff Root wrote: > Hi dear, > > >- I'm student and i work on open source web conferencing project (school >project) I choose Openmeetings > > I work on clustering openmeetings with two nodes and I want to make single > access to

Rate Limit not applied when mapping $upstream_http_ headers

2021-10-01 Thread Markus Grobelin
Hy everybody, I have a reverse-proxy setup with an upstream application that sets a header (x_tenant_id). Based on that headers value, I want to apply a rate limit to clients. I verified the rate limit applies* properly, when a usual request header (e.g. $http_x_tenant_id) is mapped. Howeve