-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
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
Import config auth failed #8833
Comments
Please provide your version of Nacos client and server. |
Server 2.0.2 @chenhao26-nineteen |
@i will solve it@ |
Should the user be given default namespace permission or should the tenant parameter be added |
add tenant field verification |
Describe the bug
A clear and concise description of what the bug is.
when auth enable and user don't have the default namespace authority, user import configuration will auth failed
Expected behavior
A clear and concise description of what you expected to happen.
user can import configuration into the namespace he has permission
Actually behavior
A clear and concise description of what you actually to happen.
when auth enable and user don't have the default namespace authority, user import configuration will auth failed
How to Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
I have read the code of authority authentication. You can add the parameter tenant in the request, and this problem can be solved .
The text was updated successfully, but these errors were encountered: