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 to improve path matching behavior. Ensure that these changes are well-documented and communicated to users, as they could affect existing deployments. |
Category | Suggestion | Score |
Security |
Change the default setting of
___
**Consider setting | 8 |
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 explicit path matching by default.http_server_options
withenable_strict_routes
,enable_path_prefix_matching
, andenable_path_suffix_matching
set to true.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
.