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/09/02 08:43:15 UTC

[GitHub] [apisix] dengfenghong opened a new issue, #7851: feat: plugins need to call the registry center

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

   ### Description
   
   重写JWT插件后,JWT的token生成、检查用的是自写的接口,如果要从插件中调用这个自写的接口,需要把接口配置到路由列表中,但是这样会导致自写的接口暴露给外网。我们想采用JWT插件消费nacos、zookeeper等注册中心提供的接口。但是目前没有发现插件对接注册中心调用服务的案例


-- 
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.apache.org

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


[GitHub] [apisix] github-actions[bot] commented on issue #7851: feat: plugins need to call the registry center

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #7851:
URL: https://github.com/apache/apisix/issues/7851#issuecomment-1729259206

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


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


[GitHub] [apisix] dengfenghong commented on issue #7851: feat: plugins need to call the registry center

Posted by GitBox <gi...@apache.org>.
dengfenghong commented on issue #7851:
URL: https://github.com/apache/apisix/issues/7851#issuecomment-1236459599

   > > 但是这样会导致自写的接口暴露给外网
   > 
   > @dengfenghong What about adding some security plugins when you public the API? e.g. ip-restriction, authentication plugins.
   yes,we used ip-restriction, authentication plugins。but, the requst-real-ip can to modify in internet。plugins used registry center for decoupling and the inter api shoul'd show to internet
   
   


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


[GitHub] [apisix] github-actions[bot] closed issue #7851: feat: plugins need to call the registry center

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #7851: feat: plugins need to call the registry center
URL: https://github.com/apache/apisix/issues/7851


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


[GitHub] [apisix] github-actions[bot] commented on issue #7851: feat: plugins need to call the registry center

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #7851:
URL: https://github.com/apache/apisix/issues/7851#issuecomment-1709874293

   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


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


[GitHub] [apisix] tokers commented on issue #7851: feat: plugins need to call the registry center

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #7851:
URL: https://github.com/apache/apisix/issues/7851#issuecomment-1236788431

   Try to use the Real IP Replacement in real-ip plugin?


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


[GitHub] [apisix] tokers commented on issue #7851: feat: plugins need to call the registry center

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #7851:
URL: https://github.com/apache/apisix/issues/7851#issuecomment-1235281157

   > 但是这样会导致自写的接口暴露给外网
   
   @dengfenghong What about adding some security plugins when you public the API? e.g. ip-restriction, authentication plugins.


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