You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/06/10 08:26:36 UTC

[GitHub] [apisix-dashboard] FangSen9000 opened a new pull request, #2471: Update and rename docs/en/latest/deploy-with-docker.md

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

   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?**
   
   It solves the [doc] dashboard docker implement usage optimization #2446:
   apisix-dashboard login success,then access apisix/admin/labels/route or apisix/admin/labels/consumer ,encounter to get 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.
   
   I have added notes at appropriate places in docker related documents.
   
   **Related issues**
   
   [doc] dashboard docker implement usage optimization [#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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] Baoyuantop commented on pull request #2471: Update and rename docs/en/latest/deploy-with-docker.md

Posted by GitBox <gi...@apache.org>.
Baoyuantop commented on PR #2471:
URL: https://github.com/apache/apisix-dashboard/pull/2471#issuecomment-1153422513

   Please do not change the folder name.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org