Skip to content

Remove false items #6044

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

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ab7fc12
Fixes
sharadregoti Mar 3, 2025
741498e
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs …
sharadregoti Mar 3, 2025
cd13832
fixes
sharadregoti Mar 3, 2025
47b820a
Fixes
sharadregoti Mar 10, 2025
9f734d4
Merge branch 'master' of https://github.com/TykTechnologies/tyk-docs …
sharadregoti Apr 8, 2025
998f10a
Fixes
sharadregoti Apr 8, 2025
0c24d55
Merge master into remove-false-items
buger Apr 8, 2025
572f1cc
Fixes
sharadregoti Apr 8, 2025
9a3d457
Merge branch 'remove-false-items' of https://github.com/TykTechnologi…
sharadregoti Apr 8, 2025
a14d6e6
Fixes
sharadregoti Apr 8, 2025
ad4d2eb
Fixes
sharadregoti Apr 8, 2025
0d3fa13
Fixes
sharadregoti Apr 8, 2025
4f28342
Fixes
sharadregoti Apr 8, 2025
9d07780
Fixes
sharadregoti Apr 8, 2025
b5b3fa5
Merge master into remove-false-items
buger Apr 8, 2025
a1af447
Merge master into remove-false-items
buger Apr 8, 2025
d90f786
Merge master into remove-false-items
buger Apr 8, 2025
6f522da
Merge master into remove-false-items
buger Apr 11, 2025
764d8ec
Merge master into remove-false-items
buger Apr 15, 2025
02a605b
Merge master into remove-false-items
buger Apr 15, 2025
9f41af0
Merge master into remove-false-items
buger Apr 16, 2025
643e70d
Merge master into remove-false-items
buger Apr 16, 2025
9c7c8bd
Merge master into remove-false-items
buger Apr 16, 2025
a9b1be7
Merge master into remove-false-items
buger Apr 16, 2025
1693af5
Merge master into remove-false-items
buger Apr 17, 2025
001d475
Merge master into remove-false-items
buger Apr 21, 2025
349bf12
Merge master into remove-false-items
buger Apr 23, 2025
77c121b
Merge master into remove-false-items
buger Apr 23, 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
16 changes: 0 additions & 16 deletions tyk-docs/content/advanced-configuration.md

This file was deleted.

2 changes: 1 addition & 1 deletion tyk-docs/content/api-management/automations/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ To address this challenge, Tyk Operator allows you to directly reference certifi

We assume you have already installed Tyk. If you don’t have it, check out [Tyk
Cloud]({{< ref "tyk-cloud#quick-start-tyk-cloud" >}}) or [Tyk Self
Managed]({{< ref "getting-started/installation" >}}) page. [Tyk Helm
Managed]({{< ref "tyk-self-managed" >}}) page. [Tyk Helm
Chart]({{< ref "product-stack/tyk-charts/overview" >}}) is the preferred (and easiest) way to install Tyk on Kubernetes.

In order for policy ID matching to work correctly, Dashboard must have `allow_explicit_policy_id` and
Expand Down
2 changes: 2 additions & 0 deletions tyk-docs/content/api-management/dashboard-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ aliases:
- /tyk-apis/tyk-dashboard-admin-api/import
- /advanced-configuration/transform-traffic/endpoint-designer
- /transform-traffic/endpoint-designer
- /tyk-dashboard/getting-started
- /basic-config-and-security/security/dashboard
## Traffic Analytics
- /analyse
- /tyk-stack/tyk-pump/tyk-dash-analytics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ aliases:
- /getting-started/key-concepts/what-is-an-api-definition
- /concepts/gateway-api
- /getting-started/key-concepts/gateway-api
- /basic-config-and-security/security/gateway
- /getting-started/key-concepts
---

Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/api-management/mdcb.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ curl -H "x-tyk-authorization: <secured-endpoint-secret>" https://my-mdcb-host:81

Before a worker gateway can connect to MDCB, it is important to enable the organization that owns all the APIs to be distributed to be allowed to utilize Tyk MDCB. To do this, the organization record needs to be modified with two flags using the [Tyk Dashboard Admin API]({{< ref "dashboard-admin-api" >}}).

To make things easier, we will first set a few [environment variables]({{< ref "tyk-environment-variables" >}}):
To make things easier, we will first set a few [environment variables]({{< ref "tyk-oss-gateway/configuration" >}}):

1. `export DASH_ADMIN_SECRET=<YOUR_ADMIN_SECRET>`

Expand Down
1 change: 1 addition & 0 deletions tyk-docs/content/api-management/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aliases:
- /basic-config-and-security/control-limit-traffic/key-expiry
- /basic-config-and-security/security/key-hashing
- /basic-config-and-security/security/key-level-security
- /basic-config-and-security
- /tyk-apis/tyk-gateway-api/token-session-object-details
---

Expand Down
2 changes: 1 addition & 1 deletion tyk-docs/content/api-management/security-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Tyk offers several mechanisms to help protect an API from Security Misconfigurat
- [Error Templates]({{< ref "api-management/gateway-events#error-templates" >}}) can be used to return a response body based on status code and content type. This can help minimize the implementation details returned to the client.
- [CORS functionality]({{< ref "api-management/gateway-config-tyk-classic#cross-origin-resource-sharing-cors" >}}) allows the Tyk Gateway to limit API access to particular browser-based consumers.
- [Policy Path-Based Permissions]({{< ref "api-management/policies#secure-your-apis-by-method-and-path" >}}) and the [allowlist]({{< ref "api-management/traffic-transformation#api-definition" >}}) plugin can be used to prevent clients from accessing API endpoints using non-authorized HTTP methods. For example, blocking the use of the DELETE method on an endpoint which should only accept GET requests.
- [Environment variables]({{< ref "tyk-environment-variables" >}}) can help standardize configuration across containerised deployments.
- [Environment variables]({{< ref "tyk-oss-gateway/configuration" >}}) can help standardize configuration across containerised deployments.
- For GraphQL APIs:
- [Schema Introspection]({{< ref "api-management/graphql#introspection" >}}) ensures that the Tyk Dashboard automatically uses the schema of the upstream GraphQL API and can keep it synchronised if it changes.
- [GraphQL Schema Validation]({{< ref "api-management/graphql#schema-validation" >}}) prevents invalid schemas from being saved. This catches errors such as duplicate type names and usage of unknown types.
Expand Down
1 change: 1 addition & 0 deletions tyk-docs/content/api-management/traffic-transformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ aliases:
- /advanced-configuration/transform-traffic/request-headers
- /advanced-configuration/transform-traffic/request-body
- /transform-traffic/endpoint-designer
- /advanced-configuration
---

## Overview
Expand Down
24 changes: 13 additions & 11 deletions tyk-docs/content/api-management/troubleshooting-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,20 @@ aliases:
- /troubleshooting/tyk-pump/pump-overloaded
- /tyk-configuration-reference/hot-restart-tyk-gateway-process
- /tyk-stack/tyk-pump/useful-debug-modes
- analytics-and-reporting/useful-debug-modes
- debugging-series
- troubleshooting/tyk-cloud
- troubleshooting/tyk-dashboard
- /analytics-and-reporting/useful-debug-modes
- /debugging-series
- /troubleshooting/tyk-cloud
- /troubleshooting/tyk-dashboard
- /troubleshooting/tyk-dashboard/fatal-dashboard-port...
- troubleshooting/tyk-gateway
- troubleshooting/tyk-installation
- troubleshooting/tyk-multi-cloud
- troubleshooting/tyk-pump
- tyk-rest-api/hot-reload
- tyk-stack/tyk-pump/tyk-pump-configuration/graceful-shutdowm
- frequently-asked-questions/add-custom-certificates-to-docker-images
- /troubleshooting/tyk-gateway
- /troubleshooting/tyk-installation
- /troubleshooting/tyk-multi-cloud
- /troubleshooting/tyk-pump
- /tyk-rest-api/hot-reload
- /tyk-stack/tyk-pump/tyk-pump-configuration/graceful-shutdowm
- /frequently-asked-questions/add-custom-certificates-to-docker-images
- /troubleshooting/tyk-on-premise/tyk-on-premise
- /troubleshooting/tyk-installation/parsing-json-error-from-dashboard-bootstrap
---

## Gateway
Expand Down
17 changes: 0 additions & 17 deletions tyk-docs/content/basic-config-and-security.md

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions tyk-docs/content/basic-config-and-security/security/dashboard.md

This file was deleted.

Loading
Loading