Variable Set support for Tenants
Variable sets should have Tenant support. Such variables to have a Tenant scope.
This would allow common vars to be reused via variable sets. This should be a common requirement for multi-tenanted microservice setups. Without that you either have to have variable copied or have them all defined at the Tenant level. Both bad options.
A work around is to have variables as #{if TenantName =="A"}TenantAValue{#/if}#{if TenantName =="B"}TenantBValue{#/if}
this is pretty ugly and it doesnt work for snesative variables as far as I know.
I know this tricky to implement but really important IMHO
4
votes