-
Notifications
You must be signed in to change notification settings - Fork 86
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
Support etcd client authentication #331
Support etcd client authentication #331
Conversation
Codecov Report
@@ Coverage Diff @@
## main #331 +/- ##
==========================================
- Coverage 39.32% 39.31% -0.01%
==========================================
Files 112 112
Lines 12329 12370 +41
==========================================
+ Hits 4848 4863 +15
- Misses 7003 7029 +26
Partials 478 478
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Set authentication parameters from startup command
c486996
to
4ae829d
Compare
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.
You should create test cases to ensure the added items are verified. You can utilize "test/integration/distributed/setup/node_test.go" as a reference for writing the test cases.
@hanahmily please help to review |
@hanahmily PTAL |
Set authentication parameters from startup command
Fix apache/skywalking#9187
Support set etcd authentication parameters from startup command
CHANGES
log.