-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: Support admin API authentication with SSL certificates #1747
Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
bc33857
Client-to-server authentication with HTTPS client certificates
johzchen 1074440
test
johzchen 844118c
fix: admin port
johzchen 0a972c8
fix: https
johzchen 408df70
test
johzchen ba41a01
test
johzchen 32067b5
test
johzchen 717f226
test
johzchen b9d2af9
fix lint error
johzchen 73b311d
test
johzchen 22cbe7d
test
johzchen ac1c52e
test
johzchen c67ec40
new cert
johzchen 9ce5960
fix: domain
johzchen d349020
fix: domain
johzchen 5addff3
config option
johzchen acf0d6c
Merge branch 'apisix/master' into cli-srv-auth
johzchen 3421255
doc
johzchen 03487a6
optimize
johzchen a71cd51
optimize
johzchen e57b026
optimize
johzchen f0c21b1
fix error
johzchen 9104603
fix path error
johzchen beb4d3e
check http status after call mtls admin api
johzchen 1ba44f1
remove useless config file
johzchen 62b916f
set default path for mTLS certs
johzchen 3219d85
fix text style
johzchen ac82691
fix: naming
johzchen 586c1bc
more test cases
johzchen b9591f0
fix lint check
johzchen d479370
fix error
johzchen 450e926
test
johzchen 988253c
update doc for admin api mTLS
johzchen 83a45b8
Merge branch 'master' into cli-srv-auth
johzchen 473a59b
fix lint
johzchen a689132
fix etcd version
johzchen e256756
Merge branch 'master' into cli-srv-auth
johzchen b0838e8
run mTLS test cases with github ations
johzchen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run this test case in Github Action, the Travis-CI is slow.
what do you think? @nic-chen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's good. I will try to move to github actions.