Add Gateway 3.14 conversion tooling#1890
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1890 +/- ##
==========================================
+ Coverage 33.11% 33.65% +0.54%
==========================================
Files 73 76 +3
Lines 6572 6682 +110
==========================================
+ Hits 2176 2249 +73
- Misses 4228 4253 +25
- Partials 168 180 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| account_email: [email protected] | ||
| ssl_verify: false | ||
| name: acme | ||
| protocols: |
There was a problem hiding this comment.
This top level route had no protocols defined. As per the ruleset, this should have got https only, right?
I interpreted it wrong. If no protocols are set, we are explicitly setting them to [http, https] (old defaults). I believe this is done so that nothing breaks in the config.
|
Changes are good. |
|
#1895 |
No description provided.