Question
How do inherited permissions work in Deploy?
Answer
In general, permissions on a directory CI are inherited from its parent unless the directory CI specifies its own permissions.
For example, if you have read permission on the Environments root node, you will have read permissions on the directories and environments that it contains. If the Environments/production directory has its own permissions set, your access to the Environments/production/PROD-1 environment depends on the permissions set on the Environments/production directory CI itself.
Comments
Please sign in to leave a comment.