comms: disable synapse oidc with MAS

This commit is contained in:
Brad Stein 2026-01-13 21:04:29 -03:00
parent 928b9379d8
commit b97146f4d1

View File

@ -72,11 +72,6 @@ spec:
cpu: "2" cpu: "2"
memory: 3Gi memory: 3Gi
extraEnv: extraEnv:
- name: OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: synapse-oidc
key: client-secret
- name: TURN_SECRET - name: TURN_SECRET
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
@ -96,22 +91,6 @@ spec:
- >- - >-
esc() { printf "%s" "$1" | sed "s/'/''/g"; }; esc() { printf "%s" "$1" | sed "s/'/''/g"; };
printf '%s\n' printf '%s\n'
"oidc_providers:"
" - idp_id: keycloak"
" idp_name: Keycloak"
" issuer: https://sso.bstein.dev/realms/atlas"
" client_id: synapse"
" client_secret: '$(esc "${OIDC_CLIENT_SECRET:-}")'"
" client_auth_method: client_secret_post"
" scopes: [\"openid\", \"profile\", \"email\"]"
" authorization_endpoint: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/auth"
" token_endpoint: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/token"
" userinfo_endpoint: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/userinfo"
" user_mapping_provider:"
" config:"
" localpart_template: \"{{ user.preferred_username }}\""
" display_name_template: \"{{ user.name }}\""
" allow_existing_users: true"
"matrix_authentication_service:" "matrix_authentication_service:"
" enabled: true" " enabled: true"
" endpoint: http://matrix-authentication-service:8080/" " endpoint: http://matrix-authentication-service:8080/"
@ -164,7 +143,6 @@ spec:
max_event_delay_duration: 24h max_event_delay_duration: 24h
password_config: password_config:
enabled: false enabled: false
oidc_enabled: true
rc_message: rc_message:
per_second: 0.5 per_second: 0.5
burst_count: 30 burst_count: 30