Introduction
URAC micro-service V3 configuration variables
Tenant Configuration
Introduction
Provisioning is a configuration that all SOAJS micro-services can acquire once you turn on multi-tenant for them. Once a service becomes multi-tenant, you can provide custom tenant configuration to it at run time.
Table and links to examples
Link to Complete example
Registry Configuration
Introduction
Registry configuration
Table and links to examples
Database needed by URAC (link)
Configuration priority and default value
This table illustrate the configuration that can be overridden at different layer of configuration
Priority
Local → Registry → Tenant
- Local Configuration
- Custom Registry
- Service Configuration (Tenant)
Name | Local Configuration (Default) config.js | Registry Configuration (Per Environment) req.soajs.registry | Tenant Configuration (Per Tenant Per Environment) | |
---|---|---|---|---|
Settings | Custom | |||
pinConfiguration | ✓ | ✓ | ✓ | |
model | ✓ | ✓ | ||
hashIterations | ✓ | ✓ | ||
seedLength | ✓ | ✓ |
0 Comments