nic-chen commented on issue #3022:
URL: https://github.com/apache/apisix/issues/3022#issuecomment-748807842


   @spacewander, here is an exported data example:
   
   ```json
   {
       "main": {
           "consumer": {
               "additionalProperties": false,
               "properties": {
                   ...
               },
               "required": ["username"],
               "type": "object"            
           },
           "global_rule": {
               ...
           },
           ...
       },
       "plugins": {
           "authz-keycloak": {
               "consumer_schema": {},
               "metadata_schema": {},
               "priority": 0,
               "schema": {},
               "type":{},
               "version": ""
           },
           ...
       }
   }
   ```
   
   I will use it to continue working on the Dashboard first. 
   
   If there is any change, please let me know, 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:
us...@infra.apache.org


Reply via email to