Add missing properties metadata
Fixes gh-1829
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
{"properties": [
|
||||
{
|
||||
"name": "endpoints.configprops.keys-to-sanitize",
|
||||
"dataType": "java.lang.String",
|
||||
"sourceType": "org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint",
|
||||
"description": "The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
|
||||
},
|
||||
{
|
||||
"name": "endpoints.env.keys-to-sanitize",
|
||||
"dataType": "java.lang.String",
|
||||
"sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint",
|
||||
"description": "The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
|
||||
},
|
||||
{
|
||||
"name": "management.health.db.enabled",
|
||||
"dataType": "java.lang.Boolean",
|
||||
|
||||
Reference in New Issue
Block a user