Skip to content

Deconsolidate: Tyk Open Source #6504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1e7e6f2
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 1, 2025
a782ebd
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 2, 2025
c295712
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 2, 2025
007acf1
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 7, 2025
d047927
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 9, 2025
7e45409
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 13, 2025
36edb6e
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 14, 2025
532e45e
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 15, 2025
7db9a36
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 19, 2025
c9382c5
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 21, 2025
da21473
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 22, 2025
e3ed48a
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 23, 2025
80c79a3
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti May 29, 2025
55f8c06
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti Jun 5, 2025
c23b4e2
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs
sharadregoti Jun 5, 2025
d295773
Fixes
sharadregoti Jun 6, 2025
bdd1984
Merge master into DX-2002
buger Jun 6, 2025
8f186f5
Fixes
sharadregoti Jun 6, 2025
2e04a05
Merge branch 'DX-2002' of https://github.com/TykTechnologies/tyk-docs…
sharadregoti Jun 6, 2025
74543ab
Merge master into DX-2002
buger Jun 10, 2025
f04eb1e
Merge master into DX-2002
buger Jun 10, 2025
d636278
Merge master into DX-2002
buger Jun 10, 2025
0d056c6
Merge master into DX-2002
buger Jun 11, 2025
5072ce4
Merge master into DX-2002
buger Jun 11, 2025
ce29bb0
Merge master into DX-2002
buger Jun 11, 2025
f51b396
Merge master into DX-2002
buger Jun 11, 2025
6f69d26
Merge master into DX-2002
buger Jun 11, 2025
5459d5f
Merge master into DX-2002
buger Jun 11, 2025
03535aa
Merge master into DX-2002
buger Jun 11, 2025
fc95e89
Merge master into DX-2002
buger Jun 16, 2025
c37c93a
Merge branch 'DX-2002' of https://github.com/TykTechnologies/tyk-docs…
sharadregoti Jun 16, 2025
7c88e87
Fixes
sharadregoti Jun 16, 2025
d7231fe
fixes
sharadregoti Jun 16, 2025
19009b4
fixes
sharadregoti Jun 16, 2025
c33c3c2
Fixes
sharadregoti Jun 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tyk-docs/content/api-management/performance-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Follow these steps:
Confirm that the `enable_cluster` configuration option is set to true in the [Tyk Gateway]({{< ref "tyk-oss-gateway/configuration#storageenable_cluster" >}}), [Tyk Dashboard]({{< ref "tyk-dashboard/configuration#enable_cluster" >}}) and [Tyk Pump]({{< ref "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables#analytics_storage_configenable_cluster" >}}) configuration files. This setting
informs Tyk that a Redis Cluster is in use for key storage.

Ensure that the `addrs` array is populated in the [Tyk Gateway]({{< ref "tyk-oss-gateway/configuration#storageaddrs" >}}) and [Tyk Pump]({{< ref "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables#analytics_storage_configaddrs" >}}) configuration files (*tyk.conf* and *pump.conf*) with the addresses of all Redis Cluster nodes. If you are using Tyk Self Managed (the licensed product), also update [Tyk Dashboard]({{< ref "tyk-dashboard/configuration#redis_addrs" >}}) configuration file (*tyk_analytics.conf*). This ensures that the Tyk components can interact with the entire Redis Cluster. Please refer to the [configure Redis Cluster]({{< ref "tyk-open-source#redis-cluster-and-tyk-gateway" >}}) guide for further details.
Ensure that the `addrs` array is populated in the [Tyk Gateway]({{< ref "tyk-oss-gateway/configuration#storageaddrs" >}}) and [Tyk Pump]({{< ref "tyk-pump/tyk-pump-configuration/tyk-pump-environment-variables#analytics_storage_configaddrs" >}}) configuration files (*tyk.conf* and *pump.conf*) with the addresses of all Redis Cluster nodes. If you are using Tyk Self Managed (the licensed product), also update [Tyk Dashboard]({{< ref "tyk-dashboard/configuration#redis_addrs" >}}) configuration file (*tyk_analytics.conf*). This ensures that the Tyk components can interact with the entire Redis Cluster. Please refer to the [configure Redis Cluster]({{< ref "tyk-configuration-reference/redis-cluster-sentinel#redis-cluster-and-tyk-gateway" >}}) guide for further details.

2. **Configure Tyk to distribute analytics keys to multiple Redis shards**

Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/api-management/response-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ For example:
}
```

The configuration of the separate Redis Cache is the same (and uses the same underlying driver) as the regular configuration, so [Redis Cluster]({{< ref "tyk-open-source#configure-redis-cluster" >}}) is fully supported. If you set `enable_cluster` to `false`, you only need to set one entry in `addrs`.
The configuration of the separate Redis Cache is the same (and uses the same underlying driver) as the regular configuration, so [Redis Cluster]({{< ref "tyk-configuration-reference/redis-cluster-sentinel#configure-redis-cluster" >}}) is fully supported. If you set `enable_cluster` to `false`, you only need to set one entry in `addrs`.

{{< note success >}}
**Note**
Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/api-management/tyk-pump.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ We ceated a defaulkt Tyk dashboard canvat to give our users an easier starting p
#### Prerequisites

- A working Datadog agent installed on your Environment. See the [Datadog Tyk integration docs](https://docs.datadoghq.com/integrations/tyk/) for more information.
- Either a [Tyk Pro install]({{< ref "tyk-self-managed#installation-options-for-tyk-self-managed" >}}) or [Tyk OSS Gateway install]({{< ref "tyk-open-source#installation-options-for-tyk-gateway" >}}) along with a [Tyk Pump]({{< ref "tyk-pump" >}}) install.
- Either a [Tyk Pro install]({{< ref "tyk-self-managed#installation-options-for-tyk-self-managed" >}}) or [Tyk OSS Gateway install]({{< ref "apim/open-source/installation" >}}) along with a [Tyk Pump]({{< ref "tyk-pump" >}}) install.

#### How it works

Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/apim.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Get your free account [here](https://tyk.io/sign-up/).

### Open Source (OSS)

The Tyk Gateway is the backbone of all our solutions and can be deployed for free, forever. It offers various [installation options]({{< ref "tyk-open-source#installation-options-for-tyk-gateway" >}}) to suit different needs.
The Tyk Gateway is the backbone of all our solutions and can be deployed for free, forever. It offers various [installation options]({{< ref "apim/open-source/installation" >}}) to suit different needs.

Visit the [OSS section]({{< ref "tyk-open-source" >}}) for more information on it and other open source components.

Expand Down
Loading
Loading