Closed
Description
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?
Metadata
Assignees
Labels
No labels