Update and rename 41.6. HTTP Health endpoint access restrictions to 41.6. HTTP Health endpoint access restrictions.md
parent
157ed92675
commit
3ed62bf7ac
|
@ -0,0 +1,5 @@
|
|||
### 41.6. HTTP Health端点访问限制
|
||||
|
||||
通过health端点暴露的信息根据是否为匿名访问而不同。默认情况下,当匿名访问时,任何有关服务器的健康详情都被隐藏了,该端点只简单的指示服务器是运行(up)还是停止(down)。此外,当匿名访问时,响应会被缓存一个可配置的时间段以防止端点被用于'拒绝服务'攻击。`endpoints.health.time-to-live`属性被用来配置缓存时间(单位为毫秒),默认为1000毫秒,也就是1秒。
|
||||
|
||||
上述的限制可以被禁止,从而允许匿名用户完全访问health端点。想达到这个效果,可以将`endpoints.health.sensitive`设为`false`。
|
Loading…
Reference in New Issue