Skip to content
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

request help: How to set user rights management? #1453

Closed
FunnySunshine520 opened this issue Apr 15, 2020 · 2 comments
Closed

request help: How to set user rights management? #1453

FunnySunshine520 opened this issue Apr 15, 2020 · 2 comments

Comments

@FunnySunshine520
Copy link

Issue description

If I had five interfaces:foo/a, foo/b, foo/c, foo/d, foo/e;
And there are two consumers: userA, userB.

userA can only access interface foo/a, foo/b, foo/c
userB can only access interface foo/c, foo/d, foo/e

I want userA and userB to use the same URL access foo/e,then userA does not have permission and userB may access normally。

question

Can I build the effect I want through the existing plugins?

@iGeeky
Copy link
Contributor

iGeeky commented Apr 15, 2020

You can try this plugin wolf-rbac. Its main function is user authentication and interface authorization management, the corresponding function is provided by wolf. wolf-rbac plugin for wolf client.

@moonming
Copy link
Member

how about #1437?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants