feature/sso-hardening #9

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

View File

@ -37,6 +37,9 @@ data:
passwords:
enabled: true
schemes:
- version: 1
algorithm: bcrypt
matrix:
kind: synapse

View File

@ -2,14 +2,14 @@
apiVersion: batch/v1
kind: Job
metadata:
name: mas-syn2mas-migrate-v3
name: mas-syn2mas-migrate-v4
namespace: communication
spec:
backoffLimit: 0
template:
metadata:
labels:
app: mas-syn2mas-migrate-v3
app: mas-syn2mas-migrate-v4
spec:
enableServiceLinks: false
restartPolicy: Never

View File

@ -331,7 +331,7 @@ data:
## Extra config ##
allow_guest_access: true
allow_guest_access: false
allow_public_rooms_without_auth: true
auto_join_rooms:
- "#othrys:live.bstein.dev"