Closed buger closed 2 months ago
API Changes
no api changes detected
โฑ๏ธ Estimated effort to review: 2 ๐ต๐ตโชโชโช |
๐งช No relevant tests |
๐ No security concerns identified |
โก Key issues to review Configuration Change The new configuration options `enable_strict_routes`, `enable_path_prefix_matching`, and `enable_path_suffix_matching` have been added. Ensure that these settings do not conflict with existing configurations and are well-documented to inform users of their effects. |
No code suggestions found for the PR.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
User description
TT-13087 Adjust example gateway config, to have match preficing explicit by default (#6564)
User description
Description
TT-13087 Adjust example gateway config, to have match preficing explicit by default
Motivation and Context
Would be advised that Gateway users, would have by default explicit path matching settings enabled by default, as the wildcard behaviour of the path matching, can be challenging at times to configure properly.
How This Has Been Tested
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
tyk.conf.example
to enable strict routing and explicit path matching by default.Changes walkthrough ๐
tyk.conf.example
Add explicit path matching options to example gateway config
tyk.conf.example
http_server_options
section.enable_strict_routes
.enable_path_prefix_matching
.enable_path_suffix_matching
.PR Type
enhancement, configuration changes
Description
tyk.conf.example
to enable strict route matching and path prefix/suffix matching by default.Changes walkthrough ๐
tyk.conf.example
Add explicit path matching options to example gateway config
tyk.conf.example
http_server_options
section.