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 4a584f538d - Show all commits

View File

@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: bstein-force-leave-2
name: bstein-force-leave-3
namespace: comms
spec:
backoffLimit: 0
@ -104,7 +104,7 @@ spec:
def whoami(token):
r = requests.get(
f"{SYNAPSE_BASE}/_matrix/client/v3/whoami",
f"{SYNAPSE_BASE}/_matrix/client/v3/account/whoami",
headers={"Authorization": f"Bearer {token}"},
timeout=20,
)