mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
Add hint for not visibles trusted option in project settings for non-admins (#807)
This commit is contained in:
parent
4607cf5f59
commit
40b5c6a320
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ Every build initiated by a user (not including the project owner) needs to be ap
|
|||
|
||||
If you set your project to trusted, a pipeline step and by this the underlying containers gets access to escalated capabilities like mounting volumes.
|
||||
|
||||
:::note
|
||||
|
||||
Only server admins can set this option. If you are not a server admin this option wont be shown in your project settings.
|
||||
|
||||
:::
|
||||
|
||||
## Project visibility
|
||||
|
||||
You can change the visibility of your project by this setting. If a user has access to a project he can see all builds and their logs and artifacts. Settings, Secrets and Registries can only be accessed by owners.
|
||||
|
|
Loading…
Reference in a new issue