season886 commented on issue #10795:
URL: https://github.com/apache/apisix/issues/10795#issuecomment-1891188842

   ```
   {
     "uri": "/admin/*",
     "name": "Admin",
     "desc": "Better系统ADMIN接口模块",
     "methods": [
       "GET",
       "POST",
       "PUT",
       "DELETE",
       "PATCH",
       "HEAD",
       "OPTIONS",
       "CONNECT",
       "TRACE",
       "PURGE"
     ],
     "host": "better.***.com",
     "plugins": {
       "cors": {
         "_meta": {
           "disable": true
         },
         "allow_credential": false,
         "allow_headers": "*",
         "allow_methods": "*",
         "allow_origins": "*",
         "expose_headers": "*",
         "max_age": 3600
       },
       "openid-connect": {
         "_meta": {
           "disable": false
         },
         "bearer_only": true,
         "client_id": "",
         "client_secret": "",
         "discovery": "https://oidc.***.com/.well-known/openid-configuration";,
         "introspection_endpoint": "http://hydra:4445/admin/oauth2/introspect";,
         "realm": "apisix"
       },
       "proxy-rewrite": {
         "scheme": "http"
       },
       "redirect": {
         "http_to_https": true
       }
     },
     "upstream_id": "495903293667541525",
     "status": 1
   }
   ```


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