Skip to content

Commit

Permalink
Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianhoelzl-sap committed Jun 5, 2024
1 parent 71b799e commit 10d6788
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions jobs/uaa/spec
Original file line number Diff line number Diff line change
Expand Up @@ -440,14 +440,13 @@ properties:
default: null
login.aliasEntitiesEnabled:
description: |
Enable the creation, update and deletion of identity providers and users that will have an alias configured. The
alias feature allows users of UAA to synchronize an entity in a custom identity zone with a counterpart (its
"alias") in the "uaa" zone. By this, the entity can be managed in an isolated identity zone while still being
effective for other components that only operate on the "uaa" zone, e.g., the CF Cloud Controller. An entity and
its alias reference each other through the properties "aliasId" (ID of the alias) and "aliasZid" (ID of the zone
containing the alias). Please note that existing entities with an alias will not be removed when deactivating the
flag. Instead, the creation of new aliases and the update and deletion of entities with an existing alias is
prohibited.
Enable the creation, update and deletion of identity providers and users with an alias. The alias feature enables
the synchronization of an identity provider or user entity between a custom identity zone and the "uaa" zone (its
"alias"). By this, the entity can be managed in an isolated custom identity zone while still being effective for
other components that only operate on the "uaa" zone, e.g. the CF Cloud Controller. An entity and its alias
reference each other through the properties "aliasId" (ID of the alias) and "aliasZid" (ID of the zone containing
the alias). Note that existing entities with an alias will not be removed when deactivating the flag. Instead, the
creation, update and deletion of identity providers and users with an alias is prohibited.
default: false

# Email
Expand Down

0 comments on commit 10d6788

Please sign in to comment.