You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
):Latest apisix-2.8.1
The text was updated successfully, but these errors were encountered: