-
Notifications
You must be signed in to change notification settings - Fork 401
fix: 鉴权插件优化(#709) #771
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
Merged
chuntaojun
merged 1 commit into
polarismesh:main
from
alexwanglei:fix/optimize_auth_plugin
Nov 1, 2022
Merged
fix: 鉴权插件优化(#709) #771
chuntaojun
merged 1 commit into
polarismesh:main
from
alexwanglei:fix/optimize_auth_plugin
Nov 1, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chuntaojun
suggested changes
Oct 26, 2022
Codecov Report
@@ Coverage Diff @@
## main #771 +/- ##
==========================================
- Coverage 56.95% 56.40% -0.56%
==========================================
Files 159 159
Lines 28777 29009 +232
==========================================
- Hits 16391 16363 -28
- Misses 10179 10479 +300
+ Partials 2207 2167 -40
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
c8e2632
to
d217724
Compare
chuntaojun
reviewed
Oct 27, 2022
317af43
to
e220ea9
Compare
chuntaojun
reviewed
Oct 27, 2022
e220ea9
to
3941ea9
Compare
chuntaojun
approved these changes
Oct 27, 2022
LGTM |
pls fix code conflict |
3941ea9
to
e9585ca
Compare
* fix issue polarismesh#709 * AcquireContext移除token成员和WithToken方法 * 鉴权token获取在鉴权模块的权限检查中进行 * 去掉plugin/auth鉴权插件,迁移整合到auth/defaultauth中 * 增加whitelist插件
e9585ca
to
4444f99
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix issue 鉴权插件优化:鉴权身份凭据的获取应当在插件中实现,而不能固定死该逻辑 #709
AcquireContext移除token成员和WithToken方法
鉴权token获取在鉴权模块的权限检查中进行
去掉plugin/auth鉴权插件,迁移整合到auth/defaultauth中