Update and rename 40.3. Security with HealthIndicators to 40.3. Security with HealthIndicators.md

master
qibaoguang 2015-03-01 20:35:59 +08:00
parent 35f9e3f117
commit e3c2e1cd01
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
### 40.3. 安全与HealthIndicators
HealthIndicators返回的信息常常性质上有点敏感。例如你可能不想将数据库服务器的详情发布到外面。因此在使用一个未认证的HTTP连接时默认只会暴露健康状态health status。如果想将所有的健康信息暴露出去你可以把endpoints.health.sensitive设置为false。
为防止'拒绝服务'攻击Health响应会被缓存。你可以使用`endpoints.health.time-to-live`属性改变默认的缓存时间1000毫秒