geoserver / geofence

Advanced Authorization Manager for GeoServer
GNU General Public License v2.0
97 stars 55 forks source link

[GEOS-10507] GeoFence - Inserting multiple GeoFence rules together #214

Closed ahmedababnehgeo closed 2 years ago

ahmedababnehgeo commented 2 years ago

We would like to allows users to insert a set of GeoFence rules in one API call. Internally, the API will either succeed in inserting all the rules, or fail in inserting all of them. (We are not allowing insertion for only a subset of the passed rules to the API call).

ahmedababnehgeo commented 2 years ago

@nmco PR ready for review