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/04/08 03:38:57 UTC

[GitHub] [apisix-ingress-controller] Marco-Zheng opened a new issue, #955: request help: failed to list plugins' names: unexpected status code 403

Marco-Zheng opened a new issue, #955:
URL: https://github.com/apache/apisix-ingress-controller/issues/955

   ### Issue description
   
   When i startup ingress-controll locally with below command
   ```
   ./apisix-ingress-controller ingress \
       --kubeconfig ~/.kube/config \
       --http-listen :18080 \
       --log-output stderr \
       --default-apisix-cluster-base-url http://192.168.99.100:30180/apisix/admin \
       --default-apisix-cluster-admin-key edd1c9f034335f136f87ad84b625c8f1
   ```
   here comes the problem
   ```
   2022-04-08T11:35:55+08:00       error   apisix/plugin.go:46     failed to list plugins' names: unexpected status code 403; error message: <html>
   <head><title>403 Forbidden</title></head>
   <body>
   <center><h1>403 Forbidden</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   
   2022-04-08T11:35:55+08:00       error   apisix/cluster.go:390   failed to list plugin names in APISIX: unexpected status code 403; error message: <html>
   <head><title>403 Forbidden</title></head>
   <body>
   <center><h1>403 Forbidden</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   
   2022-04-08T11:35:55+08:00       error   apisix/cluster.go:353   failed to sync schema: unexpected status code 403; error message: <html>
   <head><title>403 Forbidden</title></head>
   <body>
   <center><h1>403 Forbidden</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   
   2022-04-08T11:35:55+08:00       error   apisix/route.go:119     failed to list routes: unexpected status code 403; error message: <html>
   <head><title>403 Forbidden</title></head>
   <body>
   <center><h1>403 Forbidden</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   
   2022-04-08T11:35:55+08:00       error   apisix/cluster.go:208   failed to list routes in APISIX: unexpected status code 403; error message: <html>
   <head><title>403 Forbidden</title></head>
   <body>
   <center><h1>403 Forbidden</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   
   2022-04-08T11:35:57+08:00       error   apisix/route.go:119     failed to list routes: unexpected status code 403; error message: <html>
   <head><title>403 Forbidden</title></head>
   <body>
   <center><h1>403 Forbidden</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   
   2022-04-08T11:35:57+08:00       error   apisix/cluster.go:208   failed to list routes in APISIX: unexpected status code 403; error message: <html>
   <head><title>403 Forbidden</title></head>
   <body>
   <center><h1>403 Forbidden</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   ```
   
   ### Environment
   
   - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): 1.4
   - your Kubernetes cluster version (output of kubectl version):minikube
   - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):Mac BigSur
   
   


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

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


[GitHub] [apisix-ingress-controller] tao12345666333 closed issue #955: request help: failed to list plugins' names: unexpected status code 403

Posted by GitBox <gi...@apache.org>.
tao12345666333 closed issue #955: request help: failed to list plugins' names: unexpected status code 403
URL: https://github.com/apache/apisix-ingress-controller/issues/955


-- 
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-ingress-controller] Marco-Zheng commented on issue #955: request help: failed to list plugins' names: unexpected status code 403

Posted by GitBox <gi...@apache.org>.
Marco-Zheng commented on issue #955:
URL: https://github.com/apache/apisix-ingress-controller/issues/955#issuecomment-1092415787

   This problem has been resolved refer to https://github.com/apache/apisix/issues/3890, please close the issue


-- 
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-ingress-controller] tao12345666333 commented on issue #955: request help: failed to list plugins' names: unexpected status code 403

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #955:
URL: https://github.com/apache/apisix-ingress-controller/issues/955#issuecomment-1092418334

   thanks for your report. 


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