docs: add security.allow_dynamic_mtls_token_auth configuration#1294
Closed
docs: add security.allow_dynamic_mtls_token_auth configuration#1294
Conversation
Document the new gateway-level configuration flag that controls whether token-based authentication is allowed for APIs using dynamic client mTLS. - Add new config entry in gateway-config.mdx - Add security note in client-mtls.mdx explaining the new default behavior Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Summary
Document the new gateway-level configuration flag
security.allow_dynamic_mtls_token_auththat controls whether token-based authentication is allowed for APIs using dynamic client mTLS.Changes
snippets/gateway-config.mdxdescribing the flag, its environment variable, and behaviorbasic-config-and-security/security/mutual-tls/client-mtls.mdxexplaining the new default behaviorRelated PR
This documentation change accompanies the gateway code change: TykTechnologies/tyk#7671
🤖 Generated with Claude Code
PR Type
Documentation
Description
Add
security.allow_dynamic_mtls_token_authconfig documentationNote default token authentication disabled for dynamic mTLS
Provide environment variable and behavior details
File Walkthrough
client-mtls.mdx
Add dynamic mTLS token-auth security notebasic-config-and-security/security/mutual-tls/client-mtls.mdx
security.allow_dynamic_mtls_token_authtogglegateway-config.mdx
Document allow_dynamic_mtls_token_auth configsnippets/gateway-config.mdx
security.allow_dynamic_mtls_token_authconfig entry