-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add HTTPS support to REST #986
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scheme should be enough to represent tcp, tcps, http, https
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #986 +/- ##
==========================================
- Coverage 42.95% 42.95% -0.01%
==========================================
Files 119 119
Lines 7205 7206 +1
==========================================
Hits 3095 3095
- Misses 3767 3768 +1
Partials 343 343 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please sign-off your commit to resolve DCO
Signed-off-by: Yangsta911 <[email protected]>
Signed-off-by: Yangsta911 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The PR edgexfoundry#986 set the scheme configurable in NewRESTAddress, but didn't consider a default value when scheme is empty string. This commit will set http as the default value when scheme is an empty string. Signed-off-by: Jude Hung <[email protected]>
fixes edgexfoundry#990 The PR edgexfoundry#986 set the scheme configurable in NewRESTAddress, but didn't consider a default value when scheme is empty string. This commit will set http as the default value when scheme is an empty string. Signed-off-by: Jude Hung <[email protected]>
fixes edgexfoundry#990 The PR edgexfoundry#986 set the scheme configurable in NewRESTAddress, but didn't consider a default value when scheme is empty string. This commit will set http as the default value when scheme is an empty string. Signed-off-by: Jude Hung <[email protected]>
add HTTPS support to REST
Closes edgexfoundry/edgex-go#5099
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
New Dependency Instructions (If applicable)