stubbornTanzhe opened a new issue, #2446:
URL: https://github.com/apache/apisix-dashboard/issues/2446

   ### Issue description
   
   apisix-dashboard login success,then access apisix/admin/labels/route or 
apisix/admin/labels/consumer ,encounter to ge 401 Unauthorized error code,which 
means the jwt token that authoried by dashboard is invalid.
   
   finally with community's help,found that the reason is more than 1 dashboard 
instance.
   with multi instance, every instance generate and hold a jwt token,will cause 
validation conflicted
   
   so we can optimize the doc to emphasize the dashboard instance number not 
more than 1,DIFFERENT from high availability with apisix itself.
   
   ### Expected behavior
   
   optimize the doc,emphasize the dashboard instance number not more than 1
   
   ### How to Reproduce
   
   1. implement more than 1 dashboard instance.
   2. use user and password login 
   3. access route label or service label or consumer label
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 1.11.0
   - OS (cmd: `uname -a`): euler os 2.3
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `etcd --version`):3.4
   - apisix-dashboard version, if have: 1.10.0
   - Browser version, if have:
   
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to