You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/13 08:59:06 UTC

[GitHub] [apisix] Coderyangg commented on issue #8510: help request: 在apisix-dashboard中,同样的插件配置,对路由使用插件生效,对服务使用插件不生效

Coderyangg commented on issue #8510:
URL: https://github.com/apache/apisix/issues/8510#issuecomment-1347961663

   > Can you tell us what plugin you are using? And share plugin config detail.
   
   all plugin when i use for route ,it`s working,whlie for service,it`s invalid,now i am using oidc plugin.
   this is my config
   {
     "bearer_only": true,
     "client_id": "xx",
     "client_secret": "xxxx",
     "disable": true,
     "discovery": "https://keycloak.icos.city/realms/dit/.well-known/openid-configuration",
     "realm": "xx",
     "scope": "openid profile"
   }


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org