You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a consulting company has several clients and a few public projects, it may be necessary to limit visibility of some packages in its private ZPM repository to only authenticated users belonging to a particular client's organisation.
To solve this, each package can be secured using IRIS resources. You need to add a new resource named %ZPM_PART, where if PART matches first letters of package name, this package will only be visible for users with READ access to the resource.
For example, if you create a resource %ZPM_clientA, all packages named clientA-package1, clientA-package2 etc will only be visible if current user has READ access to resource %ZPM_clientA
Users with %All access can see all packages. Name of resource is not case sensitive.
The text was updated successfully, but these errors were encountered:
If a consulting company has several clients and a few public projects, it may be necessary to limit visibility of some packages in its private ZPM repository to only authenticated users belonging to a particular client's organisation.
To solve this, each package can be secured using IRIS resources. You need to add a new resource named %ZPM_PART, where if PART matches first letters of package name, this package will only be visible for users with READ access to the resource.
For example, if you create a resource %ZPM_clientA, all packages named clientA-package1, clientA-package2 etc will only be visible if current user has READ access to resource %ZPM_clientA
Users with %All access can see all packages. Name of resource is not case sensitive.
The text was updated successfully, but these errors were encountered: