Skip to content

Commit aad0830

Browse files
committed
feat(jitsi/Chart.yaml): bump chart version to 1.5.9
feat(jitsi/meet.conf): add new location block for /oidc/monitor endpoint to proxy requests
1 parent 4cea6d7 commit aad0830

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

charts/jitsi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.5.8
17+
version: 1.5.9
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.

charts/jitsi/files/meet.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ location = /oidc/auth {
6060
proxy_set_header Host $http_host;
6161
}
6262

63+
# /oidc/monitor
64+
location = /oidc/monitor {
65+
proxy_pass {{ .Env.ADAPTER_INTERNAL_URL }};
66+
proxy_http_version 1.1;
67+
proxy_set_header X-Forwarded-For $remote_addr;
68+
proxy_set_header Host $http_host;
69+
}
70+
6371
# /oidc/yolo
6472
#location = /oidc/yolo {
6573
# proxy_pass {{ .Env.ADAPTER_INTERNAL_URL }};

0 commit comments

Comments
 (0)