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 2021/10/09 01:34:48 UTC

[GitHub] [apisix] jagerzhang commented on issue #5099: request help: Can the official docker image integrate the dependencies required by the plug-in by default

jagerzhang commented on issue #5099:
URL: https://github.com/apache/apisix/issues/5099#issuecomment-939200815


   From the latest official account of the public, the official image has been integrated by default, but the actual test is still not acceptable.
   ![image](https://user-images.githubusercontent.com/9711651/136639123-d534ad57-0d61-4c3e-9c79-7131e30ab0a3.png)
   
   
   ```
   {
       "uri": "/",
       "name": "test_plugin",
       "methods": [
         "POST"
       ],
       "plugins": {
           "client-control": {
               "disable": false,
               "max_body_size": 1048576
             }
       },
       "service_id": "test_plugin",
       "status": 1
     }
   ```
   
   Error Info:
   ```
   {'Content-Length': '162', 'X-Request-Id': '7f917097-a92a-43cc-bb99-bc177b0f100e', 'Server': 'APISIX/2.10.0', 'Connection': 'close', 'Date': 'Sat, 09 Oct 2021 01:18:58 GMT', 'Content-Type': 'text/html; charset=utf-8'}
   501
   <html>
   <head><title>501 Not Implemented</title></head>
   <body>
   <center><h1>501 Not Implemented</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   ```
   
   


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