Questions tagged [nginx-plus]
9 questions
2
votes
0 answers
nginx: worker process is shutting down
What would be the reason for this nginx process not being killed for many days, I guess this is causing a lot of memory usage.
Note: I am using nginx and nginx tcp load balancing.
1
vote
1 answer
Containerized Nginx Plus is Unable to Open or Rename Okta JWK File
Why is my instance of Nginx Plus unable to access a JSON Web Key (JWK) file from Okta?
This instance of Nginx Plus was containerized with a Dockerfile similar to this official Dockerfile.alpine direct from Nginx, with the following differences:
. .…

Mike
- 1,080
- 1
- 9
- 25
0
votes
1 answer
Nginx Config :- Unable to resolve host rabbitmq-2A
I have nginx configuration to make for rabbitmq cluster whcih has got 3 containers running inside it like rabbitmq-2A, rabbitmq-2B And rabbitmq-2C. (So the host names are confugured in docker compose like rabbitm-2A) but nginx host resolves…

Nitin
- 1
- 4
0
votes
0 answers
mtls and jwt authentication flow scenario NGINX as an API Gateway?
I have a scenario where mTLS authentication between a B2B (client) and NGINX API gateway is required on one side of the auth flow to access a resource from an API endpoint (behind the nginx api gateway) and JWT authorization is required between the…

Traiano Welcome
- 783
- 2
- 12
- 24
0
votes
1 answer
ngx_http_auth_jwt_module. Is that only available with NGINX Plus?
I'd like to use and implement that module (ngx-http-auth-jwt-module) in some applications that I have. That is apparently only officially available as part of their commercial subscription ?
ngx_http_auth_jwt_module
NGINX Products
Can I get similar…

SScotti
- 2,158
- 4
- 23
- 41
0
votes
0 answers
same shared memory zone not working for multiple upstream in nginx-plus
while doing nginx plus upstream configuration, we are seeing one issue where we configured same shared memory zone under multiple upstream with different hosts in state file.
One thing we observed that, if zone is same for different upstream having…

dhandma
- 77
- 1
- 9
0
votes
1 answer
Example Nginx plus ingress for sticky sessions during canary deployment
I’m deploying 2 services to kubernetes pods which simply echo a version number; echo-v1 & echo-v2
Where echo-v2 is considered the canary deployment, I can demonstrate sticky sessions as canary weight is reconfigured from 0 to 100 using canary &…

Ant
- 69
- 1
- 11
0
votes
0 answers
nginx plus (ingress controller )return ERR_TOO_MANY_REDIRECT after been authentifacted to okta
hello excuse my english i deployed an ingress controller in kub using nginx plus as an image i configured the policy part with
spec:
oidc:
authEndpoint: https://xxxxx/oauth2/v1/authorize
clientID: xxxx
clientSecret: oidc-secret
…

elmehdi
- 11
- 3
0
votes
1 answer
Jmeter loadtesting for WebApp -Load not distributed to all API servers
I have a webapp to be tested. The current configuration is with 4 API servers with hash method as load balancer.
upstream example{
hash $remote_addr consistent;
server abc;
server def;
---
---
}
While performing…

prasanna
- 1