-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
GDPR requires us to limit access to devices that have positions.
As-is
Endpoint GET api/devices returns all known devices regardless of role-claim
To-be
- Restrict endpoint
GET api/devicesto role-claimadmin - Add endpoint
OPTIONS api/devices/searchrestricted to default role-claim - Returns header
x-search-options: max-radius x;(in kilometers with desimals) - Add endpoint
GET api/devices/searchrestricted to default role-claim - Supports search for devices with position within given radius from one search point (circle)
- Supports search for devices with position within given radius from two search points (ellipsis)
- Supports search for devices allocated to given operation
- Supports search for devices allocated to given unit
- Supports search for devices allocated to given personnel
- Support OR and AND between operations above
References
Metadata
Metadata
Assignees
Labels
No labels