accounting-lib/src/test/resources/rules/GeoNetwork/GeoNetwork-OTHER.json

12 lines
426 B
JSON
Raw Normal View History

2020-03-05 18:03:17 +01:00
{
"match": {
"serviceClassRegex": "(SDI)|(SpatialData)",
2020-03-05 18:03:17 +01:00
"serviceNameRegex": "GeoNetwork",
2020-04-01 16:11:47 +02:00
"calledMethodRegex": "^(?!.*(read|create|insert|delete|list|get|show|info|search|update|edit)).*$|^(.*(updated|editors|pwupdate|(records.*)|(systeminfo.*)|forget-password|getmap.png|(GetCapabilities.*)|(\/codelists\/.*)))$"
2020-03-05 18:03:17 +01:00
},
"replace": {
"serviceClass": "SDI",
"serviceName": "GeoNetwork",
"calledMethod": "OTHER"
}
}