Jason Williams
Jason Williams
I have been working on a prototype for `auth_request`, for both `virtualserver` and `ingress` resources. It would be fairly straightforward to add a CRD `policy` to be applied to `virtualserver`...
@meektechie you can use the item @brianehlert mentioned to redirect any unknown hostname/resources. Here is a small example: ``` apiVersion: v1 data: default-server-return: 302 https://nginx.org kind: ConfigMap metadata: name: nginx-config...
@llomgui A simple example while we look at this, would look like this (using snippets) ``` apiVersion: k8s.nginx.org/v1 kind: VirtualServer metadata: name: webapp spec: host: webapp.example.com tls: secret: tls-secret redirect:...
To provide some more context, we need to remove `keepalive_time` from the configured output in the above thread . `keepalive_time` is not a valid setting when using gRPC health checks...
@bnnk2 hello there. It is something we are discussing internally to our templates as we continue to do our research and validation. It is a ongoing discussion In the meantime,...
@sigv thank you for the PR. We going to review it on our side. If we need anything or have any questions, will update your PR thread.
@aknot242 We took a good look at this internally and talked through this PR. We came the conclusion that we are going to stay with the way things currently are....
> The JS change has now been merged into nginx-openid-connect ([nginxinc/nginx-openid-connect#67](https://github.com/nginxinc/nginx-openid-connect/pull/67)). Thank you. We will review on our side now that the changes have been merged into the OIDC project.
@ibadullaev-inc4 > Currently, we are using Istio and we don't restart it when deploying a new version. Can you expand on how you are using Istio in your setup? Is...