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
Instead of listing all permissions define under the original Resource type, the API should report the applicable permissions for this kind of resource given it resides under a specific service type, which can enforce specific permissions and positions of children resources structure.
adjust GET /services/types/{}/resources to return contextual resource_types_permissions instead of the full service's permissions
adjust services resource_types_permissions to apply relevant permissions (eg: GetCapabilities valid on WFS service, but not on Workspace and Layer)
The text was updated successfully, but these errors were encountered:
Instead of listing all permissions define under the original
Resource
type, the API should report the applicable permissions for this kind of resource given it resides under a specific service type, which can enforce specific permissions and positions of children resources structure.GET /services/types/{}/resources
to return contextualresource_types_permissions
instead of the full service's permissionsresource_types_permissions
to apply relevant permissions (eg: GetCapabilities valid on WFS service, but not on Workspace and Layer)The text was updated successfully, but these errors were encountered: