Prog_G

Results 10 comments of Prog_G

@CyberDem0n Thank you for your reply. Can you share a reference example on how to connect the operator with Azure Disk Storage?

@shreemaan-abhishek @moonming I am facing a similar issue. Please find my configuration below: **Consumers:** ``` curl http://localhost:9180/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "plugins": { "basic-auth": { "username":...

@shreemaan-abhishek please find the consumer_group configuration: ``` curl http://localhost:9180/apisix/admin/consumer_groups/admin_users -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "plugins": {} }' ```

Hey @shreemaan-abhishek thank you for your response. Please find a reproducible config below: 1. Create a consumer group: ``` curl http://localhost:9180/apisix/admin/consumer_groups/test_users -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "plugins":...

Hi @hanqingwu Please find the consumer and route config below: **Consumer:** ``` curl http: //localhost:9180/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '{ "plugins": { "openid-connect": { "_meta": { "disable": false...

I am getting **"The request is rejected, please check the consumer_name for this request"** error.

@kayx23 Thank you for the response. Could you tell me how we will implement authorization to the route with OIDC?

@kayx23 I am trying to integrate a 3rd party JWT token auth setup