Skip to content

Commit

Permalink
refactor set header functionality out to a new filter
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Binetsky <[email protected]>
  • Loading branch information
abinet committed Aug 16, 2021
1 parent d72f9e3 commit 1d9855e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions filters/auth/jwt_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ type (
}

jwtValidationFilter struct {
jwksUri string
upstreamHeaders map[string]string
jwksUri string
}
)

Expand Down

0 comments on commit 1d9855e

Please sign in to comment.