FangSen9000 opened a new pull request, #2472:
URL: https://github.com/apache/apisix-dashboard/pull/2472

   Please answer these questions before submitting a pull request, **or your PR 
will get closed**.
   
   **Why submit this pull request?**
   
   - [ ] Bugfix
   - [ ] New feature provided
   - [*] Improve performance
   - [ ] Backport patches
   
   **What changes will this PR take into?**
   
   
它解决了[doc]仪表板docker实现使用优化issues[#2446](https://github.com/apache/apisix-dashboard/issues/2446):
   
apisix-dashboard登录成功,然后访问apisix/admin/labels/route或apisix/admin/labels/consumer,遇到401未经授权的错误代码,这意味着仪表板授权的jwt令牌无效。
   
   最后在社区的帮助下,发现原因不止1个仪表盘实例。
   使用多实例,每个实例生成并持有一个jwt令牌,将导致验证冲突
   
   因此,我们可以优化文档以强调仪表板实例数量不超过1,这与apisix本身的高可用性不同。
   
   我已经在 Docker 相关文档中的适当位置添加了注释。
   
   **Related issues**
   
   fix/resolve [doc] 仪表板 Docker 实现使用优化 
issues[#2446](https://github.com/apache/apisix-dashboard/issues/2446)
   
   **Checklist:**
   
   - [*] Did you explain what problem does this PR solve? Or what new features 
have been added?
   - [*] Have you added corresponding test cases?
   - [ ] Have you modified the corresponding document?
   - [*] Is this PR backward compatible? If it is not backward compatible, 
please discuss on the mailing list first
   


-- 
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