-
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
Conversation
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.
minor style point, we can merge it first
@nic-chen the Travis-CI seems been blocked. you can rebase your branch. |
# Conflicts: # bin/apisix
.travis.yml
Outdated
@@ -9,6 +9,8 @@ matrix: | |||
services: | |||
- docker | |||
env: OSNAME=linux_openresty | |||
- os: linux |
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.
@nic-chen please rebase your branch with master |
# Conflicts: # .travis.yml
I think we can merge this PR first, and then submit the PR separately to fix it: #1747 (comment) |
Summary
Support client-to-server authentication with SSL certificates for admin api.