gzlboy commented on issue #9761:
URL: https://github.com/apache/apisix/issues/9761#issuecomment-1614353879

   dataPlane logs:
   
![image](https://github.com/apache/apisix/assets/1492060/8b16295b-e5e6-47d1-a91a-a346b6b94b3b)
   
   consumer jack:
   
![image](https://github.com/apache/apisix/assets/1492060/29eaeddc-2a9a-4b22-a26d-36edaf62c7e0)
   
   consumer nginxUser1:
   
![image](https://github.com/apache/apisix/assets/1492060/29196aee-1103-4a69-b926-6581aeb273d9)
   
   router config:
   `{
       "createdIndex": 72,
       "value": {
           "methods": [
               "GET",
               "POST",
               "PUT",
               "DELETE",
               "PATCH",
               "HEAD",
               "OPTIONS",
               "CONNECT",
               "TRACE",
               "PURGE"
           ],
           "upstream": {
               "nodes": {
                   "nginx-service:80": 1
               },
               "type": "roundrobin",
               "timeout": {
                   "send": 6,
                   "read": 6,
                   "connect": 6
               },
               "hash_on": "vars",
               "scheme": "http",
               "keepalive_pool": {
                   "idle_timeout": 60,
                   "size": 320,
                   "requests": 1000
               },
               "pass_host": "pass"
           },
           "id": "467386148696622209",
           "plugins": {
               "consumer-restriction": {
                   "blacklist": [
                       "web1"
                   ],
                   "_meta": {
                       "disable": false
                   },
                   "type": "consumer_group_id",
                   "rejected_code": 403
               },
               "proxy-rewrite": {
                   "use_real_request_uri_unsafe": false,
                   "regex_uri": [
                       "/bbb/(.*)",
                       "/$1"
                   ]
               },
               "basic-auth": {
                   "_meta": {
                       "disable": false
                   },
                   "hide_credentials": false
               }
           },
           "uri": "/bbb/*",
           "update_time": 1688114202,
           "priority": 0,
           "create_time": 1688113453,
           "name": "nginx",
           "status": 1
       },
       "key": "/apisix/routes/467386148696622209",
       "modifiedIndex": 78
   }`
   
   帮看下,多谢!


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