您好,登錄后才能下訂單哦!
SpringBoot 1.5.9 版本加入actuator依賴后,訪問/beans 等敏感的信息時候報錯,如下
Tue Mar 07 21:18:57 GMT+08:00 2017
There was an unexpected error (type=Unauthorized, status=401).
Full authentication is required to access this resource.
肯定是權限問題了。有兩種方式:
1.關閉權限:application.properties添加配置參數
management.security.enabled=false
2.添加權限(未測試):
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency>
在property中配置權限
ID | 描述 | 敏感(Sensitive) |
---|---|---|
autoconfig | 顯示一個auto-configuration的報告,該報告展示所有auto-configuration候選者及它們被應用或未被應用的原因 | true |
beans | 顯示一個應用中所有Spring Beans的完整列表 | true |
configprops | 顯示一個所有@ConfigurationProperties的整理列表 | true |
dump | 執行一個線程轉儲 | true |
env | 暴露來自Spring ConfigurableEnvironment的屬性 | true |
health | 展示應用的健康信息(當使用一個未認證連接訪問時顯示一個簡單的'status',使用認證連接訪問則顯示全部信息詳情) | false |
info | 顯示任意的應用信息 | false |
metrics | 展示當前應用的'指標'信息 | true |
mappings | 顯示一個所有@RequestMapping路徑的整理列表 | true |
shutdown | 允許應用以優雅的方式關閉(默認情況下不啟用) | true |
trace | 顯示trace信息(默認為最新的一些HTTP請求) | true |
總結
以上所述是小編給大家介紹的SpringBoot 監控管理模塊actuator沒有權限的問題解決方法,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。