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:
Phillip Webb
2017-01-03 17:24:58 -08:00
parent 18dcf31aa6
commit 2fe4d60b47
2 changed files with 14 additions and 0 deletions

View File

@@ -1058,6 +1058,8 @@ content into your application; rather pick only the properties that you need.
management.add-application-context-header=true # Add the "X-Application-Context" HTTP header in each response.
management.address= # Network address that the management endpoints should bind to.
management.context-path= # Management endpoint context-path. For instance `/actuator`
management.cloudfoundry.enabled= # Enable extended Cloud Foundry actuator endpoints
management.cloudfoundry.skip-ssl-validation= # Skip SSL verification for Cloud Foundry actuator endpoint security calls
management.port= # Management endpoint HTTP port. Uses the same port as the application by default. Configure a different port to use management-specific SSL.
management.security.enabled=true # Enable security.
management.security.roles=ACTUATOR # Comma-separated list of roles that can access the management endpoint.