Role for each Workspace
Create role automatically based on workspace creation.
An advanced flow showing how Anko Script can provide flexibility to create a role automatically
How It Works¶
At each workspace creation, an ANKO script creates a new idm.Role object, and the associated ACLs to provide read/write access to the new workspace. The Script is explained below.
At that point after script execution, the action gets an output filled with new Role and new ACLs. Beware that neither Role or ACLs are persisted at that point, thus the next steps called to trigger persistence.
Parameters¶
Name | Type | Default | Mandatory | Description |
---|---|---|---|---|
UuidPrefix | text | access- | false | Prefix for new role uuid, workspace slug will be appended. |
LabelPrefix | text | Access to workspace | false | Prefix for new role label, workspace label will be appended. |
Trigger Type¶
Event-based