comms: disable synapse oidc with MAS
This commit is contained in:
parent
928b9379d8
commit
b97146f4d1
@ -72,11 +72,6 @@ spec:
|
||||
cpu: "2"
|
||||
memory: 3Gi
|
||||
extraEnv:
|
||||
- name: OIDC_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: synapse-oidc
|
||||
key: client-secret
|
||||
- name: TURN_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@ -96,22 +91,6 @@ spec:
|
||||
- >-
|
||||
esc() { printf "%s" "$1" | sed "s/'/''/g"; };
|
||||
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:"
|
||||
" enabled: true"
|
||||
" endpoint: http://matrix-authentication-service:8080/"
|
||||
@ -164,7 +143,6 @@ spec:
|
||||
max_event_delay_duration: 24h
|
||||
password_config:
|
||||
enabled: false
|
||||
oidc_enabled: true
|
||||
rc_message:
|
||||
per_second: 0.5
|
||||
burst_count: 30
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user