Skip to main content

Define Permissions on Asset Catalogs and Assets

๐ŸŽฏcontext

You have developed a project and want to share it in an asset catalog or you want to create a project from an existing asset and want to make sure you have the required permissions.

Descriptionโ€‹

This How-To will show you how to define the correct permissions for the asset and asset catalog so you can import or share any project.

As you may know, the asset catalog is managed via Git, so you will need to set the permissions on the Git project in order to import project from an asset or share an asset to an asset catalog.

Use case 1: I want to create a project from an asset. Which permissions need to be set?โ€‹

  1. You need READ access on the git project of the asset catalog.
  2. Additionally, you also need READ access for the git project of the asset.
๐Ÿ’กtip

Kindly ask your admin to provide this through the Git repository.

Use case 2: I want to share a project as an asset. Which permissions need to be set?โ€‹

  1. You need READ access on the git project of the asset.
  2. You also need WRITE access on the git project of the asset catalog to add a new asset to it.
๐ŸŒŸWell done !

Congratulations! You have successfully set the needed permissions to share an asset and to create a project from an already shared asset.