Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0adf444

Browse files
authored
text about path renaming (windmill-labs#869)
1 parent 620f68b commit 0adf444

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/core_concepts/16_roles_and_permissions/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Everybody having access to a Windmill instance is considered a User.
88

99
Recap of how roles within an instance and a workspace are structured:
1010

11-
![Recap Instances and Members](./instance_members.png "Recap Instances and Members")
11+
![Recap Instances and Members](./instance_members.png 'Recap Instances and Members')
1212

1313
Recap of how are permissioned items (scripts, flows, apps, resources, variables, schedules, jobs) within a workspace:
1414

15-
![Recap Item Permissions](./permissions.png "Recap Item Permissions")
15+
![Recap Item Permissions](./permissions.png 'Recap Item Permissions')
1616

1717
## Users
1818

@@ -132,6 +132,10 @@ A path is either inside a user space `u/<user>/<path>` or inside a folder `f/<fo
132132
- a User: that user will be by default given read, write and archive access on the item (`u/henri/amazed_postgresql`).
133133
- a Folder: the item will be available to the users having access to the folder, with its own levels of permissions (`f/data_team/amazed_postgresql`).
134134

135+
You can modify paths, but this may break other dependent entities. For scripts, flows, and apps, you will see a warning with a list of affected entities:
136+
137+
![Path Renaming](./path_renaming.png 'Path Renaming')
138+
135139
### Extra permissions
136140

137141
For each item (script, flow, app, resource, variable, schedule), you can define extra permissions clicking on the `` icon, then `Share`.

0 commit comments

Comments
 (0)