We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nacos.core.auth.enabled=true开了鉴权之后
nacos.security.ignore.urls=/,/error,//*.css,//.js,/**/.html,//*.map,//.svg,/**/.png,//*.ico,/console-ui/public/,/v1/auth/,/v1/console/health/,/actuator/,/v1/console/server/,/v2/core/cluster/node/** 配置了/v2/core/cluster/node/** 这个内容
以下是web访问报错内容,权限不足: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Mar 05 11:11:09 CST 2025 There was an unexpected error (type=Forbidden, status=403). user not found!
The text was updated successfully, but these errors were encountered:
不开启鉴权的情况是能正常访问的
Sorry, something went wrong.
http://127.0.0.1:8848/nacos/v2/core/cluster/node/self
nacos.security.ignore.urls 这个参数在使用非nacos/ldap类型的鉴权插件时生效,用于告知spring security哪些uri可以忽略鉴权。
当使用nacos/ldap类型的鉴权插件时, 所有声明非公开的接口(Secured注解标注的)都会使用nacos/ldap类型的鉴权插件进行鉴权。
No branches or pull requests
nacos.core.auth.enabled=true开了鉴权之后
nacos.security.ignore.urls=/,/error,//*.css,//.js,/**/.html,//*.map,//.svg,/**/.png,//*.ico,/console-ui/public/,/v1/auth/,/v1/console/health/,/actuator/,/v1/console/server/,/v2/core/cluster/node/**
配置了/v2/core/cluster/node/** 这个内容
以下是web访问报错内容,权限不足:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Mar 05 11:11:09 CST 2025
There was an unexpected error (type=Forbidden, status=403).
user not found!
The text was updated successfully, but these errors were encountered: