Skip to content

Commit

Permalink
chore(faq): add untrusted repo error to faq page (go-vela#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Jan 13, 2023
1 parent a70118c commit 531e484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/faq/usage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,11 @@ Make sure to replace `<org>` and `<repo>` for the `key` property with the approp

If you're using GitHub and using the secret for a pipeline at `https://github.com/octocat/hello`, your `org` would be `octocat` and `repo` would be `hello`.
{{% /alert %}}

### Repo is not trusted

![Untrusted Repo](untrusted_repo.png)

This behavior indicates [the `vela_executor_enforce_trusted_repos` flag](/docs/installation/worker/reference/#vela_executor_enforce_trusted_repos) has been set by the Vela platform administrators, which allows only certain repositories to run privileged images.

To resolve the issue, identify the step attempting to run a privileged image and consider a workaround. Otherwise, work with your Vela platform administrators to add your repository to the allowlist.
Binary file added content/faq/usage/untrusted_repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 531e484

Please sign in to comment.