feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
4 changed files with 5 additions and 5 deletions
Showing only changes of commit 12ab281528 - Show all commits

View File

@ -32,7 +32,7 @@ spec:
- name: MATRIX_BASE
value: http://othrys-synapse-matrix-synapse:8008
- name: AUTH_BASE
value: http://othrys-synapse-matrix-synapse:8008
value: http://matrix-authentication-service:8080
- name: KB_DIR
value: /kb
- name: VM_URL

View File

@ -23,7 +23,7 @@ spec:
- name: SYNAPSE_BASE
value: http://othrys-synapse-matrix-synapse:8008
- name: AUTH_BASE
value: http://othrys-synapse-matrix-synapse:8008
value: http://matrix-authentication-service:8080
- name: SEEDER_USER
value: othrys-seeder
- name: SEEDER_PASS

View File

@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: othrys-room-reset-3
name: othrys-room-reset-4
namespace: comms
spec:
backoffLimit: 0
@ -16,7 +16,7 @@ spec:
- name: SYNAPSE_BASE
value: http://othrys-synapse-matrix-synapse:8008
- name: AUTH_BASE
value: http://othrys-synapse-matrix-synapse:8008
value: http://matrix-authentication-service:8080
- name: SERVER_NAME
value: live.bstein.dev
- name: ROOM_ALIAS

View File

@ -21,7 +21,7 @@ spec:
- name: SYNAPSE_BASE
value: http://othrys-synapse-matrix-synapse:8008
- name: AUTH_BASE
value: http://othrys-synapse-matrix-synapse:8008
value: http://matrix-authentication-service:8080
- name: SEEDER_USER
value: othrys-seeder
- name: SEEDER_PASS