Labels

The following labels are needed if you deploy your items from outside SOAJS and you want to use SOAJS Gateway to take advantage of multi tenant authentication, multi tenant authorization and automated multi tenant awareness and mesh inter connectivity among your microservices.

You need to create a service resource for each microservice and add the following labels :

  • soajs.service.type: “service”

  • soajs.service.version: “1.1”

  • soajs.service.name: “URAC”

  • soajs.content: true

You also need to make sure the port specified in the microservice soa.json is the one used on the service resource.