basic-auth 插件无法关联路由或者服务吗? #8056
Unanswered
Lewisyixin
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Are you saying that the route uses the consumer's password?
I didn't understand this. Can you be a little more detailed? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
看文档描述以及自己测试的结果,
首先创建消费者,账号密码是在消费者里保存的,
其次路由和服务创建的时候只能选择开启basic-auth插件,但是无法关联某个消费者,
所以比如我路由a和路由b,想分别关联consumerA和consumerB(即各自使用各自的密码),有什么好办法实现吗?
Beta Was this translation helpful? Give feedback.
All reactions