-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: consul registry support acl(#1168) #1169
feat: consul registry support acl(#1168) #1169
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1169 +/- ##
============================================
+ Coverage 71.05% 71.15% +0.10%
+ Complexity 829 827 -2
============================================
Files 406 407 +1
Lines 17134 17197 +63
Branches 2671 2681 +10
============================================
+ Hits 12174 12237 +63
+ Misses 3587 3586 -1
- Partials 1373 1374 +1
Continue to review full report at Codecov.
|
...registry-consul/src/test/java/com/alipay/sofa/rpc/registry/consul/ConsulRegistryAclTest.java
Outdated
Show resolved
Hide resolved
...registry-consul/src/test/java/com/alipay/sofa/rpc/registry/consul/ConsulRegistryAclTest.java
Show resolved
Hide resolved
b36bdd6
to
781382a
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.
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.
LGTM
Motivation:
consul registry support acl
Modification:
token
;Result:
Fixes #1168