gpt4 book ai didi

spring - 在 Spring Boot 管理员中未经授权

转载 作者:IT老高 更新时间:2023-10-28 13:58:04 26 4
gpt4 key购买 nike

我想控制在 Eureka 服务器中运行的微服务。我为此使用了 spring-boot-admin,但在访问有关 Trace、Log 等信息时出现错误...

我得到的错误是

Error: {"timestamp":1489052472862,"status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource.","path":"/metrics"}

我的依赖是

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui</artifactId>
<version>1.4.3</version>
</dependency>

以下属性均无效

endpoints.info.id=information
endpoints.info.sensitive=false
endpoints.info.enabled=true
information.app.name=Actuator Example
information.app.description=Actuator Example
information.app.version=1.0.0

所有端点(例如映射、环境和所有接受健康)都发生了同样的事情

最佳答案

application.properties 中设置 management.security.enabled=false 将禁用端点上的安全性。

关于spring - 在 Spring Boot 管理员中未经授权,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42648060/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com