CERTCTL_AUTH_SECRET on the server.
+
+ {/* Break-glass entry — low-visibility on purpose. CRIT-4 closure. */}
+ CERTCTL_BREAKGLASS_ENABLED=true only when SSO
+ is broken; remove the credential once SSO recovers. Every action here is recorded in the audit log under the
+ auth category.
+ Loading…
+ ) : !rows || rows.length === 0 ? ( +No break-glass credentials configured.
+ ) : ( +| Actor | +Last password change | +Failures | +Locked until | +Actions | +
|---|---|---|---|---|
| {row.actor_id} | ++ {new Date(row.last_password_change_at).toLocaleString()} + | ++ {row.failure_count > 0 ? ( + {row.failure_count} + ) : ( + 0 + )} + | ++ {isLocked ? ( + + {new Date(row.locked_until!).toLocaleString()} + + ) : ( + '—' + )} + | ++ + + + | +
+ This revokes every active session for the target actor after the password is rotated. +
+ +
+ This deletes the break-glass credential for{' '}
+ {actorID}. The actor will not be
+ able to use the break-glass login path until a new password is set.
+
Type the actor ID to confirm:
+ setConfirmText(e.target.value)} + placeholder={actorID} + className="w-full bg-white border border-surface-border rounded px-3 py-2 text-sm mb-4 focus:outline-none focus:border-red-400" + data-testid="breakglass-remove-confirm-input" + /> +