generated from intersystems-community/iris-rest-api-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
daimor
Metadata
Metadata
Assignees
Labels
No labels