feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit fce33f02ff - Show all commits

View File

@ -2,7 +2,7 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: othrys-room-reset-6 name: othrys-room-reset-7
namespace: comms namespace: comms
spec: spec:
backoffLimit: 0 backoffLimit: 0
@ -14,9 +14,9 @@ spec:
image: python:3.11-slim image: python:3.11-slim
env: env:
- name: SYNAPSE_BASE - name: SYNAPSE_BASE
value: http://othrys-synapse-matrix-synapse:8008 value: http://matrix-authentication-service:8080
- name: AUTH_BASE - name: AUTH_BASE
value: http://othrys-synapse-matrix-synapse:8008 value: http://matrix-authentication-service:8080
- name: SERVER_NAME - name: SERVER_NAME
value: live.bstein.dev value: live.bstein.dev
- name: ROOM_ALIAS - name: ROOM_ALIAS