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

help request: Is there a way to use cert-manager certificates in apisix standalone mode deployment? #11485

Open
vivekhegadems opened this issue Aug 6, 2024 · 0 comments

Comments

@vivekhegadems
Copy link

vivekhegadems commented Aug 6, 2024

Description

I have deployed apisix in standalone mode by configuring values.yaml as mentioned in https://apisix.apache.org/docs/apisix/deployment-modes/#standalone
All things look fine. There is no issue with the deployment

As I understand in standalone mode deployment of apisix, all routes/ssl certificates will be configured in yaml that will be included via configmap and it will be mounted as local file to apisix container as the "config_provider: yaml" is set to yaml.

I am checking if there is any way to use certificates created from cert-manager in apisix standalone mode deployment.
Need inputs on the same. Is there a way to use the certificates created using cert-manager in apisix standalone mode deployment?

I tried the way as mentioned in https://apisix.apache.org/docs/ingress-controller/tutorials/manage-certificates-with-cert-manager/, and reference the secret that includes certificates tls section of values.yaml. But this doesn't work. Maybe because of the standalone mode deployment of apisix which uses only reference from yaml.

Problem with apisix standalone mode is the certificates will need to be statically configured in the yaml as mentioned in https://apisix.apache.org/docs/apisix/deployment-modes/#how-to-enable-ssl.

Thanks in advance for helping.

Environment

  • APISIX version (run apisix version):
    Latest apisix-2.8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant