Deploy KeyCape client MFA override for coulomb-social
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Register coulomb-social with mfaRequired: false, roll key-cape image that
honors client policy, and track NK-WP-0025 public registration orchestration.
This commit is contained in:
tegwick 2026-08-09 22:42:51 +02:00
parent 74faee98c4
commit 0e3a24d888
6 changed files with 278 additions and 12 deletions

View file

@ -54,7 +54,7 @@ spec:
# 2026-05-24: direct-imported into railiance01 k3s for the
# bootstrap-console OIDC/MFA rollout. Use IfNotPresent while the
# HTTP registry push/pull path is being cleaned up.
image: key-cape:90a2078
image: key-cape:mfa-client-20260809
imagePullPolicy: IfNotPresent
ports:

View file

@ -26,6 +26,10 @@ CLIENT = {
"allowedScopes": ["openid", "profile", "email", "groups"],
"grantTypes": ["authorization_code"],
"clientType": "public",
# Ordinary coulomb.social sessions are AAL1 unless the client explicitly
# requests AAL2 through acr_values. Platform/admin clients keep their
# existing provider-driven mandatory MFA behavior.
"mfaRequired": False,
}