Remarks

Additional Considerations

Loadbalancer Configuration

The Trust1Validation and utilities are sateless and idempotent REST services.

This means that you can deploy multiple instances of these and apply a round-robin distribution algorithm to distribute load on these services.

These services do not make use of sticky sessions , this means that when a user executes an use-case it can use different nodes for the endpoints on those services.

API Gateway

When using an API Gateway or an API Ingress in front of the deployment (bare-metal or K8), the following policies can be taken into consideration:

  • Authentication token policy

  • IP range whitelisting policy

  • Rate limitaiton policy

The setup of an API Gateway or Ingress controller is up to the hosting provider and is not part of the Trust1Validation solution

Last updated