Home > Back-end >  Micro service invocation problem between services
Micro service invocation problem between services

Time:09-23

To ask the great spirit, I have two service system, stores service (including: new store interface), the background system services (service invocation: stores the new interface), in the background have access control to ensure safety, but the front store service new interface is can call directly, thus causing new stores interface security issues, to ask you this how to do? Namely stores service only provides new stores service call interface to the background, but its new interface can not be access to the service itself,

CodePudding user response:

Add a request filter, the back-end services access denied

CodePudding user response:

Look at my micro service introduction to 3-4

CodePudding user response:

To service the caller, take you to his user name password to login first, after the success of the login to issue him a token, behind him with a token to access your interface, no token or error token, refused to visit,
  • Related