Advertize web endpoints as disabled by default
Following the rework on Security that expects web endpoints to be disabled by default, this commit updates the metadata (including the automatic generation) to reflect this decision.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"name": "endpoints.all.web.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Enable all endpoints as Web endpoints.",
|
||||
"defaultValue": true
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "endpoints.configprops.keys-to-sanitize",
|
||||
|
||||
Reference in New Issue
Block a user