Skip to content

Commit

Permalink
Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianhoelzl-sap committed Jun 4, 2024
1 parent 04427cd commit 684312b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions jobs/uaa/spec
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,14 @@ properties:
default: null
login.aliasEntitiesEnabled:
description: |
Enable the creation, update and deletion of aliases for identity providers and users. 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 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.
default: false

# Email
Expand Down

0 comments on commit 684312b

Please sign in to comment.