Merge "Document security considerations for detailed healthcheck"

This commit is contained in:
Zuul 2018-10-23 11:57:32 +00:00 committed by Gerrit Code Review
commit a609e682c2
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@ HEALTHCHECK_OPTS = [
help='The path to respond to healtcheck requests on.'),
cfg.BoolOpt('detailed',
default=False,
help='Show more detailed information as part of the response'),
help='Show more detailed information as part of the response. '
'Security note: Enabling this option may expose '
'sensitive details about the service being monitored. '
'Be sure to verify that it will not violate your '
'security policies.'),
cfg.ListOpt('backends',
default=[],
help='Additional backends that can perform health checks and '