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: key auth #2206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: key auth #2206

wants to merge 1 commit into from

Conversation

3062
Copy link
Contributor

@3062 3062 commented Dec 26, 2022

Issues associated with this PR

参考 apisix 的 key-auth 功能,https://apisix.apache.org/zh/docs/apisix/plugins/key-auth/

Solutions

match 部分的结构和代码主要参考 jwtauthn,对 envoy/jwt_authn/v3 进行了一定的删减

UT result

Unit Test is needed if the code is changed, your unit test should cover boundary cases, corner cases, and some exceptional cases. And you need to show the UT result.

Benchmark

If your code involves the processing of every request, you should give the Benchmark Result.

Code Style

  • Make sure Goimports has run
  • Show Golint result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant