Cover identity and organization API cleanup
Some checks failed
Dependency Audit / dependency-audit (push) Failing after 1m51s
Module Matrix / module-matrix (push) Failing after 13s

This commit is contained in:
2026-07-10 18:57:40 +02:00
parent c61abe154c
commit 8dd5123aab
3 changed files with 283 additions and 0 deletions

View File

@@ -193,6 +193,20 @@ _CONFIGURATION_FIELD_SAFETY: tuple[ConfigurationFieldSafety, ...] = (
rollback_history_required=True,
notes="Central groups, roles, and assignments need previews before materialization.",
),
ConfigurationFieldSafety(
key="organizations.model",
label="Organization model",
owner_module="organizations",
scope="tenant",
storage="module_settings",
ui_managed=True,
risk="high",
dry_run_required=True,
policy_explanation_required=True,
audit_event="organizations.model.updated",
rollback_history_required=True,
notes="Organization meta-model, concrete units, relations, functions, and assignments can be governed per tenant.",
),
ConfigurationFieldSafety(
key="mail_profiles.credentials",
label="Mail profile credentials",