Add management.cloudfoundry.* meta-data
Update configuration meta-data and appendix to include `management.cloudfoundry.*` meta-data. See gh-7108
This commit is contained in:
@@ -85,6 +85,18 @@
|
||||
"type": "java.util.Map<java.lang.String,java.lang.Object>",
|
||||
"description": "Arbitrary properties to add to the info endpoint."
|
||||
},
|
||||
{
|
||||
"name": "management.cloudfoundry.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Enable extended Cloud Foundry actuator endpoints.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "management.cloudfoundry.skip-ssl-validation",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Skip SSL verification for Cloud Foundry actuator endpoint security calls.",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "management.health.cassandra.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
|
||||
Reference in New Issue
Block a user