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

feat:auth filter #303

Merged
merged 28 commits into from
Dec 3, 2021
Merged

feat:auth filter #303

merged 28 commits into from
Dec 3, 2021

Conversation

baerwang
Copy link
Member

What this PR does:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2021

Codecov Report

Merging #303 (7cd11ca) into develop (63637b1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #303   +/-   ##
========================================
  Coverage    36.01%   36.01%           
========================================
  Files           55       55           
  Lines         3301     3301           
========================================
  Hits          1189     1189           
  Misses        1992     1992           
  Partials       120      120           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63637b1...7cd11ca. Read the comment docs.

pkg/filter/auth/jwt/jwt.go Show resolved Hide resolved
pkg/filter/auth/jwt/jwt.go Show resolved Hide resolved
go.mod Outdated
@@ -4,33 +4,49 @@ go 1.15

require (
dubbo.apache.org/dubbo-go/v3 v3.0.0-rc4-1
github.com/MicahParks/keyfunc v0.10.0
github.com/RoaringBitmap/roaring v0.7.1 // indirect
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// indirect

It's necessary?

pkg/filter/auth/jwt/jwt.go Outdated Show resolved Hide resolved
pkg/filter/auth/jwt/jwt.go Outdated Show resolved Hide resolved
@mark4z mark4z closed this Dec 3, 2021
@mark4z mark4z reopened this Dec 3, 2021
@mark4z mark4z merged commit bca4f24 into apache:develop Dec 3, 2021
@mark4z mark4z mentioned this pull request Dec 3, 2021
bobtthp pushed a commit to bobtthp/dubbo-go-pixiu that referenced this pull request Dec 12, 2022
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.

None yet

8 participants