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 2020/07/14 09:18:28 UTC

[GitHub] [incubator-apisix] jackwoods opened a new issue #1841: request help: call external service

jackwoods opened a new issue #1841:
URL: https://github.com/apache/incubator-apisix/issues/1841


   ### Issue description
   Let's say there is a 3rd party service: https://xxx/xxx
   Our subsystems want to use this service, and go through apisix, so that:
   * We can use apisix to generate access tokens for the requests (would be a customized plugin)
   * We will make use of a lot of apisix functionalities.
   
   What will be the best practice (solution)? 
   


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

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



[GitHub] [incubator-apisix] sshniro commented on issue #1841: request help: call external service

Posted by GitBox <gi...@apache.org>.
sshniro commented on issue #1841:
URL: https://github.com/apache/incubator-apisix/issues/1841#issuecomment-659605088


   @jackwoods if I'm not mistaken I assume you are trying to access a third party service via apisix and to also pass or generate a token and send to this third-party service? 


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

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



[GitHub] [incubator-apisix] membphis commented on issue #1841: request help: call external service

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1841:
URL: https://github.com/apache/incubator-apisix/issues/1841#issuecomment-659885478


   > We can use apisix to generate access tokens for the requests as the 3rd party service requires (would be a customized plugin)
   
   I prefer this way.


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

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