Define trusted products for Git repository

To enable PulseUno products or Git repositories to run chains in your Git repository or fetch its contents, define these products as trusted.

Note: Administrator or owner permissions required.

If a chain runs from a trusted product, it can automatically authenticate to your Git repository to pull content from it.

Chains from other products can trigger chains in your Git repository only if they run from a trusted product.

To add trusted products to a Git repository:

  1. On the top navigation bar, select a space from the spaces list.

  2. On the Products page, select the Git repository for which you want to set trusted products or Git repositories.

  3. On the sidebar, select Settings > Builds.

  4. On the Builds page, in the Trusted Products field, specify a list of trusted products or Git repositories. Enter their Trust URIs separated by commas, for example:

    <space>/<product>, <space>/<git-repo>

    Tip: To obtain a product's Trust URI, open the product or Git repository and select Settings on the sidebar. Click Copy to clipboard next to the Trust URI field.

    Use the asterisk (*) wildcard to match a set of products or Git repositories.

    Example: To define all products in a particular space as trusted, enter: <space>/*

  5. Click Save.

For details on how to pull from a Git repository, see Fetch from Git.

For details on how to create a chain to run child jobs, see Configure chains to run other chains.

Back to top

See also: