You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear - what are the implications of using LUA hooks with scripts on the ability of a user to perform an operation.
For example:
Say we configure a pre create branch LUA action that runs a certain script.
In addition we configure a user with permissions to create branch only (no read permission to objects)
In this scenario the user would not be able to create the branch since they will fail on the pre create branch hook due to permissions trying to read the script
The text was updated successfully, but these errors were encountered:
N-o-Z
changed the title
Docs: Added a section in LUA hooks explaining the required user permissions to execute them
Docs: Add a section in LUA hooks explaining the required user permissions to execute them
Nov 29, 2023
@treeverse/product your input - do we need to enable hook execution regardless to the user's permissions? or document the required permissions based on the hook's operations.
It is not clear - what are the implications of using LUA hooks with scripts on the ability of a user to perform an operation.
For example:
Say we configure a pre create branch LUA action that runs a certain script.
In addition we configure a user with permissions to create branch only (no read permission to objects)
In this scenario the user would not be able to create the branch since they will fail on the pre create branch hook due to permissions trying to read the script
The text was updated successfully, but these errors were encountered: