We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1538915 commit 29a4147Copy full SHA for 29a4147
src/helm/impress/values.yaml
@@ -82,7 +82,7 @@ ingressCollaborationWS:
82
## @param ingressCollaborationWS.annotations.nginx.ingress.kubernetes.io/proxy-send-timeout
83
## @param ingressCollaborationWS.annotations.nginx.ingress.kubernetes.io/upstream-hash-by
84
annotations:
85
- nginx.ingress.kubernetes.io/auth-cache-key: "$http_authorization"
+ nginx.ingress.kubernetes.io/auth-cache-key: "$http_authorization-$arg_room"
86
nginx.ingress.kubernetes.io/auth-cache-duration: 200 30s
87
nginx.ingress.kubernetes.io/auth-response-headers: "Authorization, X-Can-Edit, X-User-Id"
88
nginx.ingress.kubernetes.io/auth-snippet: |
0 commit comments