wavemoroc001 opened a new issue, #8296:
URL: https://github.com/apache/apisix/issues/8296

   ### Description
   
   I integrated keycloak with `authz-keycloak` plugins and i want to allow each 
route by role. 
   
   
   This is my config
   ```json 
   {
     "bearer_only": true,
     "client_id": "myclient",
     "disable": false,
     "discovery": 
"https://gateway-classroom.wavemoroc.app:8443/auth/realms/Apisix/.well-known/uma2-configuration";,
     "permissions": [
       "student-scope"
     ]
   }
   
   ``` 
   
   and throw this error
   
   ```
   Accessing discovery URL 
(https://gateway-classroom.wavemoroc.app:8443/auth/realms/Apisix/.well-known/uma2-configuration)
 failed: 20: unable to get local issuer certificate
   ```
   
   Cloud you advice me some solution to archive my goal ? 
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.0.0
   - Operating system (run `uname -a`): 3.0.0-debian (Docker)
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`): 3.4.15
   - Plugin runner version, for issues related to plugin runners:  
`authz-keycloak`


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