打开spring boot admin的监控平台发现其监控的服务明细打开均抛出异常:

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

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

Error:
{
"timestamp": 1502749421564,
"status": 401,
"error": "Unauthorized",
"message": "Full authentication is required to access this resource.",
"path": "/jolokia/"
} Error: {"timestamp":1502749435545,"status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource.","path":"/dump"} Error: {"timestamp":1502749445132,"status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource.","path":"/trace"}

这些功能涉及敏感信息,被监控端需要安全认证才能访问对应的监控点,添加配置可规避此异常:

management.security.enabled=false

最新文章

  1. ABP集合贴
  2. JavaScript的学习3
  3. web magic 小结
  4. gfortran编译Fortran数组问题
  5. 2015/9/9 js继续学习
  6. IOS6屏幕旋转详解(自动旋转、手动旋转、兼容IOS6之前系统)
  7. php 图片添加文字水印 以及 图片合成(微信快码传播)
  8. Web应用程序状态管理(上)
  9. 关于css中overflow的一些理解
  10. 20141011C#面向对象基础
  11. Asp.net实现URL重写
  12. Jmeter-测试计划元件
  13. LVM挂载失败mount: you must specify the filesystem type
  14. SQL Server中字段类型对应的C#中的数据类型
  15. Oracle中查询和删除相同记录的3种方法
  16. Python 8 - Socket编程进阶
  17. AR涂涂乐
  18. PostgreSQL之Sequence序列(转)
  19. (转载)Spring定时任务的几种实现
  20. ios UITableView背景图片设置

热门文章

  1. 如何获取app配置文件内容
  2. 数据绑定(十)Binding的数据转换
  3. HTML特殊编码转换
  4. 在UWP 将BitmapImage转换为 WriteableBitmap
  5. 网站运行编译器错误CS1617: 选项“6”对 /langversion 无效;必须是 ISO-1、ISO-2、3、4、5 或 Default
  6. Hadoop中重要概念简要总结
  7. 树莓派 Qt5.7交叉编译
  8. VM中linux和windows主机进行串口通信
  9. win7访问部分win2003速度慢
  10. 04 Javascript的运算符