allowlist

This commit is contained in:
Wolfgang Koch
2021-05-06 17:31:30 +02:00
parent 09aa318879
commit 0f47b9ae8e

View File

@@ -68,13 +68,28 @@
"deploy-format": "hdbtable" "deploy-format": "hdbtable"
}, },
"mtx": { "mtx": {
"element-prefix": "Z_", "element-prefix": [
"namespace-blacklist": [ "Z_",
"ZZ_"
],
"namespace-blocklist": [
"com.sap.", "com.sap.",
"sap." "sap."
], ],
"entity-whitelist": [], "extension-allowlist": [
"service-whitelist": [] {
"for": [
"sap.capire.orders.Orders"
],
"new-fields": 77
},
{
"for": [
"OrdersService"
],
"new-entities": 77
}
]
}, },
"auth": { "auth": {
"passport": { "passport": {