Manage CRR endpoints without explicit port#2721
Manage CRR endpoints without explicit port#2721maeldonn wants to merge 1 commit intodevelopment/9.2from
Conversation
Hello maeldonn,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
... and 6 files with indirect coverage changes
@@ Coverage Diff @@
## development/9.2 #2721 +/- ##
===================================================
- Coverage 74.94% 74.70% -0.25%
===================================================
Files 201 201
Lines 13517 13522 +5
===================================================
- Hits 10130 10101 -29
- Misses 3377 3411 +34
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
3300ae7 to
e9586e5
Compare
| { "site": "https-site", "servers": ["s3.example.com"] }, | ||
| { "site": "http-site", "servers": ["s3.example.com"] }, | ||
| { "site": "explicit-port-site", "servers": ["s3.example.com:8443"] }, | ||
| { "site": "aws-site", "type": "aws_s3" } |
There was a problem hiding this comment.
missing case(s) where servers is not an array
There was a problem hiding this comment.
Servers cannot be a string. There is a validator for this: https://github.com/scality/backbeat/blob/development/9.3/lib/config/configItems.joi.js#L22
7b6addd to
d1e5586
Compare
Issue: BB-746
This is the same PR as #2718 but with a different branch name.