-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
optimize: support Nacos ram role authentication #6148
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.
LGTM
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6148 +/- ##
============================================
+ Coverage 48.94% 49.05% +0.10%
- Complexity 4775 4793 +18
============================================
Files 913 913
Lines 31710 31737 +27
Branches 3827 3831 +4
============================================
+ Hits 15521 15567 +46
+ Misses 14653 14626 -27
- Partials 1536 1544 +8
|
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.
https://github.com/apache/incubator-seata/tree/2.x/script/client
客户端是否应该补充配置示例?
Should the client side supplement the configuration examples?
# Conflicts: # changes/en-us/2.x.md # changes/zh-cn/2.x.md
…13_04 # Conflicts: # changes/en-us/2.x.md
thanks for review, I have fixed it. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6148 +/- ##
============================================
- Coverage 49.06% 48.97% -0.10%
+ Complexity 4785 4779 -6
============================================
Files 915 915
Lines 31863 31890 +27
Branches 3849 3853 +4
============================================
- Hits 15635 15617 -18
- Misses 14676 14706 +30
- Partials 1552 1567 +15
|
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
Ⅰ. Describe what this PR did
support Nacos ram role authentication
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews