Fixed rules for GRSF Publisher

This commit is contained in:
Luca Frosini 2020-03-16 16:33:34 +01:00
parent 94625ab6ce
commit 0bb35b2b84
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"match": {
"serviceClassRegex": "Data-Catalogue",
"serviceNameRegex": "GRSFPublisher",
"calledMethodRegex": ".*(hello)|(UNKNOWN)|(OTHER).*"
"calledMethodRegex": ".*(hello)|(UNKNOWN)|(OTHER)|(get-licenses).*"
},
"replace": {
"serviceClass": "Data-Catalogue",

View File

@ -2,7 +2,7 @@
"match": {
"serviceClassRegex": "Data-Catalogue",
"serviceNameRegex": "GRSFPublisher",
"calledMethodRegex": ".*publish-product.*"
"calledMethodRegex": "(.*publish-product.*)|(.*create-product.*)"
},
"replace": {
"serviceClass": "Data-Catalogue",