From 40b5c6a320b500bff848bb91b515decb34f0732f Mon Sep 17 00:00:00 2001 From: Anbraten Date: Sat, 26 Feb 2022 15:01:51 +0100 Subject: [PATCH] Add hint for not visibles trusted option in project settings for non-admins (#807) --- docs/docs/20-usage/71-project-settings.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/20-usage/71-project-settings.md b/docs/docs/20-usage/71-project-settings.md index 0ebe372f4..739df5129 100644 --- a/docs/docs/20-usage/71-project-settings.md +++ b/docs/docs/20-usage/71-project-settings.md @@ -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.