Uh oh!
There was an error while loading. Please reload this page.
feat(k8s-discovery): support mTLS - #8699
Conversation
chore: fix kubernetes ci environment variables chore: fix kubernetes ci environment variables
Uh oh!
There was an error while loading. Please reload this page.
| export BASE64_CSR=$(cat ./t/certs/k8s_mtls.csr | base64 | tr -d '\n') | ||
| envsubst < ./t/certs/k8s_mtls_csr.yaml | kubectl apply -f - |
There was a problem hiding this comment.
It would be better to set up a mtls proxy in the CI. Pros:
- don't need to touch current k8s config
- don't need to add cert config in non-mtls test
- we can cover non-mtls path in the test
- we can test different cert without duplicate k8s env
spacewander
commented
Jan 28, 2023
Please make the CI pass, thanks! |
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions. |
moonming
commented
Oct 9, 2023
@e1ijah1 do you have time to fix comments and make CI happy? thanks |
e1ijah1
commented
Oct 12, 2023
I would like to try to fix the CI this weekend😊 |
moonming
commented
Oct 12, 2023
great 👍 |
Revolyssup
commented
Oct 31, 2023
@e1ijah1 Any progress so far here? |
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions. |
This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
Revolyssup
commented
Jan 29, 2024
@e1ijah1 Are you still working on this PR? |
Revolyssup
commented
Mar 6, 2024
@e1ijah1 Can you resolve the merge conflicts and make some progress on this PR? |
Revolyssup
commented
Mar 13, 2024
@e1ijah1 Looks like you're no longer available. Maybe @shreemaan-abhishek can take this one. |
nitishfy
commented
Apr 23, 2024
Is there anyone working on this issue? |
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions. |
This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
Description
support mTLS authentication with kubernetes apiserver for discovery
Fixes#7516
Checklist