-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overall improvements and 5.7 updates
- Loading branch information
Showing
53 changed files
with
765 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
DASHBOARD_VERSION=v5.6 | ||
GATEWAY_VERSION=v5.6 | ||
DASHBOARD_VERSION=v5.7 | ||
GATEWAY_VERSION=v5.7 | ||
MDCB_VERSION=v2.7 | ||
PUMP_VERSION=v1.11 | ||
PORTAL_VERSION=v1.11 | ||
PORTAL_VERSION=v1.12 | ||
TYK_HELM_CHART_PATH=tyk-helm | ||
TYK_USERNAME=[email protected] | ||
TYK_PASSWORD=topsecretpassword | ||
|
@@ -12,29 +12,25 @@ MDCB_LICENSE= | |
PORTAL_LICENSE= | ||
OPERATOR_LICENSE= | ||
|
||
TYK_WORKER_CONNECTIONSTRING= | ||
TYK_WORKER_ORGID= | ||
TYK_WORKER_AUTHTOKEN= | ||
TYK_WORKER_GROUPID= | ||
TYK_WORKER_USESSL=true | ||
TYK_WORKER_SHARDING_ENABLED=false | ||
TYK_WORKER_SHARDING_TAGS= | ||
TYK_WORKER_GW_PORT=8081 | ||
TYK_WORKER_OPERATOR_CONNECTIONSTRING= | ||
TYK_DATA_PLANE_CONNECTIONSTRING= | ||
TYK_DATA_PLANE_ORGID= | ||
TYK_DATA_PLANE_AUTHTOKEN= | ||
TYK_DATA_PLANE_GROUPID= | ||
TYK_DATA_PLANE_USESSL=true | ||
TYK_DATA_PLANE_SHARDING_ENABLED=false | ||
TYK_DATA_PLANE_SHARDING_TAGS= | ||
TYK_DATA_PLANE_PORT=8081 | ||
TYK_DATA_PLANE_OPERATOR_CONNECTIONSTRING= | ||
|
||
DATADOG_APIKEY= | ||
DATADOG_APPKEY= | ||
DATADOG_SITE=datadoghq.com | ||
NEWRELIC_LICENSEKEY= | ||
NEWRELIC_CLUSTER=minikube | ||
|
||
INGRESS_CLASSNAME=nginx | ||
|
||
GCP_PROJECT= | ||
CLUSTER_LOCATION= | ||
CLUSTER_MACHINE_TYPE= | ||
CLUSTER_NODE_COUNT= | ||
|
||
INGRESS_CLASSNAME=nginx | ||
|
||
TYK_MDCB_SYNCWORKER_ENABLED=true | ||
TYK_MDCB_SYNCWORKER_HASHKEYS=true | ||
TYK_GW_SLAVEOPTIONS_SYNCHRONISERENABLED=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,33 +21,33 @@ and it will give errors if something is missing. | |
You can also add or change any Tyk environment variables in the `.env` file, | ||
and they will be mapped to the respective `extraEnvs` section in the helm charts. | ||
|
||
| Variable | Default | Comments | | ||
|--------------------------------------|:---------------------:|-----------------------------------------------------------------------------------------------------------------| | ||
| DASHBOARD_VERSION | `v5.6` | Dashboard version | | ||
| GATEWAY_VERSION | `v5.6` | Gateway version | | ||
| MDCB_VERSION | `v2.7` | MDCB version | | ||
| PUMP_VERSION | `v1.11` | Pump version | | ||
| PORTAL_VERSION | `v1.11` | Portal version | | ||
| TYK_HELM_CHART_PATH | `tyk-helm` | Path to charts, can be a local directory or a helm repo | | ||
| TYK_USERNAME | `[email protected]` | Default password for all the services deployed | | ||
| TYK_PASSWORD | `topsecretpassword` | Default password for all the services deployed | | ||
| LICENSE | | Dashboard license | | ||
| MDCB_LICENSE | | MDCB license | | ||
| PORTAL_LICENSE | | Portal license | | ||
| OPERATOR_LICENSE | | Portal license | | ||
| TYK_WORKER_CONNECTIONSTRING | | MDCB URL for worker connection | | ||
| TYK_WORKER_ORGID | | Org ID of dashboard user | | ||
| TYK_WORKER_AUTHTOKEN | | Auth token of dashboard user | | ||
| TYK_WORKER_USESSL | `true` | Set to `true` when the MDCB is serving on a TLS connection | | ||
| TYK_WORKER_SHARDING_ENABLED | `false` | Set to `true` to enable API Sharding | | ||
| TYK_WORKER_SHARDING_TAGS | | API Gateway segmentation tags | | ||
| TYK_WORKER_GW_PORT | `8081` | Set the gateway service port to use | | ||
| TYK_WORKER_OPERATOR_CONNECTIONSTRING | | Set the dashboard URL for the operator to be able to manage APIs and Policies | | ||
| DATADOG_APIKEY | | Datadog API key | | ||
| DATADOG_APPKEY | | Datadog Application key. This is used to create a dashboard and create a pipeline for the Tyk logs | | ||
| DATADOG_SITE | `datadoghq.com` | Datadog site. Change to `datadoghq.eu` if using the European site | | ||
| GCP_PROJECT | | The GCP project for terraform authentication on GCP | | ||
| CLUSTER_LOCATION | | Cluster location that will be created on AKS, EKS, or GKE | | ||
| CLUSTER_MACHINE_TYPE | | Machine type for the cluster that will be created on AKS, EKS, or GKE | | ||
| CLUSTER_NODE_COUNT | | Number of nodes for the cluster that will be created on AKS, EKS, or GKE | | ||
| INGRESS_CLASSNAME | `nginx` | The ingress classname to be used to associate the k8s ingress objects with the ingress controller/load balancer | | ||
| Variable | Default | Comments | | ||
|------------------------------------------|:---------------------:|-----------------------------------------------------------------------------------------------------------------| | ||
| DASHBOARD_VERSION | `v5.7` | Dashboard version | | ||
| GATEWAY_VERSION | `v5.7` | Gateway version | | ||
| MDCB_VERSION | `v2.7` | MDCB version | | ||
| PUMP_VERSION | `v1.11` | Pump version | | ||
| PORTAL_VERSION | `v1.12` | Portal version | | ||
| TYK_HELM_CHART_PATH | `tyk-helm` | Path to charts, can be a local directory or a helm repo | | ||
| TYK_USERNAME | `[email protected]` | Default password for all the services deployed | | ||
| TYK_PASSWORD | `topsecretpassword` | Default password for all the services deployed | | ||
| LICENSE | | Dashboard license | | ||
| MDCB_LICENSE | | MDCB license | | ||
| PORTAL_LICENSE | | Portal license | | ||
| OPERATOR_LICENSE | | Portal license | | ||
| TYK_DATA_PLANE_CONNECTIONSTRING | | MDCB URL for worker connection | | ||
| TYK_DATA_PLANE_ORGID | | Org ID of dashboard user | | ||
| TYK_DATA_PLANE_AUTHTOKEN | | Auth token of dashboard user | | ||
| TYK_DATA_PLANE_USESSL | `true` | Set to `true` when the MDCB is serving on a TLS connection | | ||
| TYK_DATA_PLANE_SHARDING_ENABLED | `false` | Set to `true` to enable API Sharding | | ||
| TYK_DATA_PLANE_SHARDING_TAGS | | API Gateway segmentation tags | | ||
| TYK_DATA_PLANE_PORT | `8081` | Set the gateway service port to use | | ||
| TYK_DATA_PLANE_OPERATOR_CONNECTIONSTRING | | Set the dashboard URL for the operator to be able to manage APIs and Policies | | ||
| DATADOG_APIKEY | | Datadog API key | | ||
| DATADOG_APPKEY | | Datadog Application key. This is used to create a dashboard and create a pipeline for the Tyk logs | | ||
| DATADOG_SITE | `datadoghq.com` | Datadog site. Change to `datadoghq.eu` if using the European site | | ||
| GCP_PROJECT | | The GCP project for terraform authentication on GCP | | ||
| CLUSTER_LOCATION | | Cluster location that will be created on AKS, EKS, or GKE | | ||
| CLUSTER_MACHINE_TYPE | | Machine type for the cluster that will be created on AKS, EKS, or GKE | | ||
| CLUSTER_NODE_COUNT | | Number of nodes for the cluster that will be created on AKS, EKS, or GKE | | ||
| INGRESS_CLASSNAME | `nginx` | The ingress classname to be used to associate the k8s ingress objects with the ingress controller/load balancer | |
Oops, something went wrong.