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 2020/07/01 10:29:01 UTC

[GitHub] [incubator-apisix-dashboard] imjoey opened a new issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

imjoey opened a new issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292


   Hi all, first I would thank you for this awesome project. I'm on my way of running the apisix v1.4 along with its dashboard and everything works fine. While, if I take the latest dashboard code from `master` branch, I always encounter the error prompt message:  **请求错误,错误码: 401  用户没有权限(令牌、用户名、密码错误)。** 
   
   After some digs, I found that there was no `api-key` header in the request. So I was wondering which version of apisix should I use for the latest dashboard code?
   
   Many thanks.


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

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



[GitHub] [incubator-apisix-dashboard] juzhiyuan commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-652414238


   Hi, the new Dashboard is come up with Docker Compose, Please follow the instructions on the README file under branch master.


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

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



[GitHub] [incubator-apisix-dashboard] imjoey commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
imjoey commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-652494906


   Yeap, non-containerized deployment.
   
   On Wednesday, July 1, 2020, 琚致远 <no...@github.com> wrote:
   
   > binary deployment? or dashboard without Docker?
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-652492843>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AATMWQORLSFBCH5HQOE4A7DRZNJ5LANCNFSM4ONIVN7Q>
   > .
   >
   


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

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



[GitHub] [incubator-apisix-dashboard] imjoey commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
imjoey commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-652471926


   Hi @juzhiyuan, sorry for not getting it before and thank you very much for the hint.  In addition, any schedule for adding support for independent binary deployment? Thanks.


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

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



[GitHub] [incubator-apisix-dashboard] juzhiyuan commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-652492843


   binary deployment? or dashboard without Docker?


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

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



[GitHub] [incubator-apisix-dashboard] imjoey commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
imjoey commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-653372343


   > The manager API handles some logics which should not be handled by APISIX.
   
   Hi @juzhiyuan , much appreciated to your reply. I guess I could find how to deploy without containerization by digging the docker compose yaml files.
   
   Regarding to the versions, I found that `apache/apisix:dev`, which is built via the latest codes in master branch of `apache/apisix`. So I've got what I want. Thanks again for your help. Let's close this.
   


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

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



[GitHub] [incubator-apisix-dashboard] juzhiyuan commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-652513740


   The manager API handles some logics which should not be handled by APISIX.


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

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



[GitHub] [incubator-apisix-dashboard] imjoey closed issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
imjoey closed issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292


   


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

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



[GitHub] [incubator-apisix-dashboard] imjoey edited a comment on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
imjoey edited a comment on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-653372343


   > The manager API handles some logics which should not be handled by APISIX.
   
   Hi @juzhiyuan , much appreciated to your reply. I guess I could find how to deploy without containerization by digging the docker compose yaml files.
   
   Regarding to the versions, I found that `apache/apisix:dev`, which is built via the latest codes in master branch of `apache/apisix`, is always used. So I've got what I want. Thanks again for your help. Let's close this.
   


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

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



[GitHub] [incubator-apisix-dashboard] juzhiyuan commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-653406051


   Sure :)


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

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



[GitHub] [incubator-apisix-dashboard] juzhiyuan commented on issue #292: [Question] The matched versions of apisix and apisix-dashboard projects

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #292:
URL: https://github.com/apache/incubator-apisix-dashboard/issues/292#issuecomment-652513218


   I have no idea because currently, we need the Docker Compose to set up some APIs (we called manager-api), which is as a bridge between Dashboard and APISIX.


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

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