rjiang-ptm opened a new issue, #1043:
URL: https://github.com/apache/apisix-ingress-controller/issues/1043

   ### Issue description
   
   
   
   In the apisixConsumer config for wolf-rbac, the appId field can only be 
specified for one appid, or a list of appid? The use case is: usually for a 
given consumer/user, there are multiple apps (appids) associated with that 
user. 
   
   Here is the typical consumer config for wolf-rbac:
   ```
   {
     "username":"wolf_rbac",
     "plugins":{
       "wolf-rbac":{
         "server":"http://127.0.0.1:12180";,
         "appid":"restful"
       }
     },
     "desc":"wolf-rbac"
   }'
   ```
   
   Notice the `appid` is just one string.
   
   If the apisixConsumer wolf-rbac config can support multiple appid for a 
given consumer/user, how to specify it - in what format, can you show some 
examples? If it's not supported, what do you suggest to support the above user 
case?
   
   
   
   ### Environment
   
   - your apisix-ingress-controller version (output of 
apisix-ingress-controller version --long): 1.4.0
   - your Kubernetes cluster version (output of kubectl version): 1.22
   - if you run apisix-ingress-controller in Bare-metal environment, also show 
your OS version (uname -a):
   


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