REST API operations that use the feature service have barebones access control mechanisms currently applied. Currently the only access controls implemented are boolean flags in the resource header indicating whether inserts/updates/deletes are allowed. These flags are global and apply for all users interacting with that particular Feature Source.
We need a greater level of granularity. Something that allows for things like insert/update/delete for Administrators but read-only for any other user.
REST API operations that use the feature service have barebones access control mechanisms currently applied. Currently the only access controls implemented are boolean flags in the resource header indicating whether inserts/updates/deletes are allowed. These flags are global and apply for all users interacting with that particular Feature Source.
We need a greater level of granularity. Something that allows for things like insert/update/delete for Administrators but read-only for any other user.