此版本仍在开发中,尚未被视为稳定版本。对于最新的稳定版本,请使用 Spring Cloud Config 4.1.4! |
执行器和安全
一些平台配置健康检查或类似的东西,并指向或其他 actuator 端点。如果 actuator 不是 config server 的依赖项,则对 config server API /{application}/{label} 的请求将匹配,可能会泄露安全信息。请记住,在这种情况下添加spring-boot-starter-actuator 依赖项并配置用户,以便调用/actuator/ 的用户无权访问配置服务器API。/actuator/health /actuator/ /{application}/{label} |