I’m working through the existing guidance on a tyk-sync
developer workflow for sending configurations to deployed gateways.
The documentation says there are some pre-requisites in terms of required environment variables:
### DASHBOARD SETTING
extraEnvs:
- name: TYK_DB_ALLOWEXPLICITPOLICYID
value: true
- name: TYK_DB_ENABLEDUPLICATESLUGS
value: true
### GATEWAY SETTING
extraEnvs:
- name: TYK_GW_POLICIES_ALLOWEXPLICITPOLICYID
value: true
In terms of the gateway deployment terraform scripts we do the deployment, but I’m told by my infra team that the tyk dashboard(s) are hosted within the tyk cloud environments and therefore are not deployed by us.
How do we ensure that the tyk hosted dashboards have those required settings?