Skip to content
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

[ISSUE #526] feat(rust): support ak/sk authorization #527

Merged
merged 7 commits into from
Jun 6, 2023

Conversation

ShadowySpirits
Copy link
Member

Which Issue(s) This PR Fixes

Fixes #526

Signed-off-by: SSpirits <admin@lv5.moe>
@codecov-commenter
Copy link

codecov-commenter commented May 28, 2023

Codecov Report

Merging #527 (ae801a0) into master (7a3aed9) will decrease coverage by 0.03%.
The diff coverage is 41.86%.

@@             Coverage Diff              @@
##             master     #527      +/-   ##
============================================
- Coverage     45.90%   45.87%   -0.03%     
  Complexity      659      659              
============================================
  Files           207      207              
  Lines         11452    11491      +39     
  Branches       2892     2931      +39     
============================================
+ Hits           5257     5272      +15     
- Misses         5969     5991      +22     
- Partials        226      228       +2     
Flag Coverage Δ
rust 83.40% <41.86%> (-0.68%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rust/src/client.rs 85.77% <ø> (+0.06%) ⬆️
rust/src/session.rs 50.23% <34.48%> (-1.18%) ⬇️
rust/src/conf.rs 74.34% <57.14%> (-1.75%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

rust/src/conf.rs Outdated Show resolved Hide resolved
Signed-off-by: SSpirits <admin@lv5.moe>
@ShadowySpirits ShadowySpirits requested a review from lizhanhui June 1, 2023 11:37
Signed-off-by: Li Zhanhui <lizhanhui@gmail.com>
lizhanhui
lizhanhui previously approved these changes Jun 1, 2023
Signed-off-by: SSpirits <admin@lv5.moe>
Signed-off-by: SSpirits <admin@lv5.moe>
Signed-off-by: SSpirits <admin@lv5.moe>
Signed-off-by: SSpirits <admin@lv5.moe>
@lizhanhui lizhanhui merged commit fa8b4cb into apache:master Jun 6, 2023
@ShadowySpirits ShadowySpirits deleted the rust_authorization branch June 6, 2023 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Support ACL authorization for rust SDK
3 participants