[TT-17927] Update documentation for master - #2796
Conversation
|
This pull request introduces a substantial documentation update to align with a major product release. It documents significant new features across Tyk Gateway, Dashboard, MDCB, and Pump, focusing on enhanced security, configuration management, and advanced API capabilities for AI and enterprise integrations. Files Changed AnalysisThis PR modifies 9 files, with 3,558 additions and 960 deletions. The changes are concentrated in key areas:
Architecture & Impact Assessment
External Secret Management Flowgraph TD
subgraph sg1 ["Tyk Component (e.g., Gateway)"]
direction LR
ConfigFile[tyk.conf]
KVResolver(KV Abstraction Layer)
ConfigFile --|references secret via e.g., vault://...|--> KVResolver
end
subgraph sg2 ["External Secret Stores"]
direction TB
Vault[HashiCorp Vault]
Consul[Consul KV]
Env[Environment Variables]
end
KVResolver --|resolves at startup|--> Vault
KVResolver --|resolves at startup|--> Consul
KVResolver --|resolves at startup|--> Env
ResolvedValue((Resolved Secret)) --> ConfigFile
Scope Discovery & Context ExpansionThe changes in this PR document a suite of significant, platform-wide features. The consistent addition of The enhancements to the REST-as-MCP proxy, particularly the To fully understand the implementation behind this documentation, a reviewer should investigate:
Metadata
Powered by Visor from Probelabs Last updated: 2026-08-27T05:59:06.881Z | Triggered by: pr_updated | Commit: 1eb36b6 💡 TIP: You can chat with Visor using |
Technical-accuracy Issues (4)
Security Issues (3)
Architecture Issues (1)
Technical-accuracy Issues (4)
Powered by Visor from Probelabs Last updated: 2026-08-27T05:58:35.173Z | Triggered by: pr_updated | Commit: 1eb36b6 💡 TIP: You can chat with Visor using |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
| url: https://github.com/TykTechnologies/tyk/blob/master/LICENSE.md | ||
| title: Tyk Gateway API | ||
| version: 5.13.0 | ||
| version: 5.14.0 |
There was a problem hiding this comment.
| version: 5.14.0 | |
| version: 5.15.0 |
| url: https://github.com/TykTechnologies/tyk/blob/master/LICENSE.md | ||
| title: Tyk Dashboard Admin API | ||
| version: 5.13.0 | ||
| version: 5.14.0 |
There was a problem hiding this comment.
| version: 5.14.0 | |
| version: 5.15.0 |
| @@ -39,7 +39,7 @@ info: | |||
| name: Mozilla Public License Version 2.0 | |||
| url: https://github.com/TykTechnologies/tyk/blob/master/LICENSE.md | |||
| title: Tyk Dashboard API | |||
| version: 5.13.0 | |||
| version: 5.14.0 | |||
There was a problem hiding this comment.
| version: 5.14.0 | |
| version: 5.15.0 |
|
|
||
| If set to true, this forces the [listenPath.strip](/api-management/gateway-config-tyk-oas#listenpath) setting to true for all APIs created or updated through the Tyk Dashboard API or UI. | ||
|
|
||
| The default value is `false` |
There was a problem hiding this comment.
Please add this back.
| ### ui.notifications | ||
| Notifications configures the behavior of toast notifications displayed in the UI. | ||
|
|
||
| ### ui.notifications.duration |
There was a problem hiding this comment.
Why are we removing this?
| Type: `bool`<br /> | ||
|
|
||
| Enables [API Ownership](/platform-management/api-ownership#enabling-api-ownership) in MDCB. If set, the Data Plane Gateways will load only APIs that are accessible by the user and user group associated with the Gateways' [slave_options.api_key](/tyk-oss-gateway/configuration#slave_options-api_key) used to connect to MDCB. | ||
| Enables [API Ownership](/tyk-dashboard/rbac#enabling-api-ownership) in MDCB. If set, the Data Plane Gateways will load only APIs that are accessible by the user and user group associated with the Gateways' [slave_options.api_key](/tyk-oss-gateway/configuration#slave_options-api_key) used to connect to MDCB. |
There was a problem hiding this comment.
| Enables [API Ownership](/tyk-dashboard/rbac#enabling-api-ownership) in MDCB. If set, the Data Plane Gateways will load only APIs that are accessible by the user and user group associated with the Gateways' [slave_options.api_key](/tyk-oss-gateway/configuration#slave_options-api_key) used to connect to MDCB. | |
| Enables [API Ownership](/platform-management/api-ownership) in MDCB. If set, the Data Plane Gateways will load only APIs that are accessible by the user and user group associated with the Gateways' [slave_options.api_key](/tyk-oss-gateway/configuration#slave_options-api_key) used to connect to MDCB. |
User description
Triggered by: jay-deshmukh
Included:
Tyk Gateway: true
Tyk Dashboard: true
Tyk MDCB true
Tyk Pump true
Tyk Portal: true
Tyk Operator CRD: false
Tyk AI Studio: false
Intended for: master
Portal release: master
AI Studio release: main
Pump release: master
MDCB release: master
Changes sourced from: release-5.15
Config info generator branch: main
Note: (branch suffix: docs)
JIRA: https://tyktech.atlassian.net/browse/TT-17927
PR Type
Documentation, Enhancement
Description
Add governance, ruleset, and IdP APIs
Document MCP
dryRunandexpandflowsExpand dashboard storage and security config
Sync gateway, portal, and admin docs
Diagram Walkthrough
File Walkthrough
9 files
Document governance, client IdP, and MCP APIsExpand gateway OAS, OAuth2, and MCP docsAdd dashboard storage, Redis, and security settingsAdd MCP dry-run and expand parametersRefresh gateway configuration reference for release syncRefresh MDCB configuration reference for release syncSync developer portal OpenAPI reference updatesRefresh Pump configuration reference for release syncSync dashboard admin API reference updates