Spring Boot Actuator敏感的角色

时间:2015-12-18 14:52:57

标签: spring spring-security spring-boot spring-boot-actuator

我已启用所有执行器敏感。

management.context-path=/manage
management.security.enabled=true
management.security.role=NOACCESS
endpoints.sensitive=true

我看到例如度量标准端点正确显示

  "metricsEndpoint": {
    "prefix": "endpoints.metrics",
    "properties": {
      "id": "metrics",
      "sensitive": true,
      "enabled": true
    }

但是,如果我与没有该ROLE的用户访问它,它仍然有效。

0 个答案:

没有答案