-
Notifications
You must be signed in to change notification settings - Fork 345
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 cert-manager #685
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.
license-eye has totally checked 413 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
220 | 2 | 191 | 0 |
Click to see the invalid file list
- docs/en/latest/practices/cert-manager/ca.yaml
- docs/en/latest/practices/cert-manager/issuer.yaml
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #685 +/- ##
==========================================
- Coverage 35.04% 34.88% -0.16%
==========================================
Files 60 60
Lines 5967 5994 +27
==========================================
Hits 2091 2091
- Misses 3625 3652 +27
Partials 251 251
Continue to review full report at Codecov.
|
docs/en/latest/practices/manage-certificates-with-cert-manager.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
docs/en/latest/practices/manage-certificates-with-cert-manager.md
Outdated
Show resolved
Hide resolved
docs/en/latest/practices/manage-certificates-with-cert-manager.md
Outdated
Show resolved
Hide resolved
docs/en/latest/practices/manage-certificates-with-cert-manager.md
Outdated
Show resolved
Hide resolved
docs/en/latest/practices/manage-ingress-certificates-with-cert-manager.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
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.
LGTM!!!
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Fixes feat: Integrate cert-manager to manage secrets #548
New feature or improvement
APISIX ingress controller now only supports secerts with
cert
andkey
fields, which is not Kubernetes style. Secrets created by cert-manager contain the standrd k8s-style fieldsca.crt
,tls.crt
andtls.key
.This PR makes APISIX ingress controller to support both old field names and k8s standard field names, which allows APISIX ingress controller to work with cert-manager.