Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion charts/matrix-stack/ci/test-cluster-mixin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ matrixRTC:
extraEnv:
- name: LIVEKIT_INSECURE_SKIP_VERIFY_TLS
value: YES_I_KNOW_WHAT_I_AM_DOING
# Because the authoriser service does well-known and the userinfo API calls via the frontdoor
# Because the authoriser service does well-known, Matrix userinfo and self API calls via the frontdoor
hostAliases:
- hostnames:
- ess.localhost
- mrtc.ess.localhost
- synapse.ess.localhost
ip: '{{ ( (lookup "v1" "Service" "ingress-nginx" "ingress-nginx-controller") | default (dict "spec" (dict "clusterIP" "127.0.0.1")) ).spec.clusterIP }}'
1 change: 1 addition & 0 deletions newsfragments/687.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ensure Matrix RTC authoriser can contact itself in the test cluster.
Loading