How to create the Vanity CRL/AIA mapping files inside sidecar reverse proxy container? #1044
Unanswered
haraldholub
asked this question in
Q&A
Replies: 1 comment
-
|
You need to mount the Unfortunately, we do not have support for custom file mounts for the proxy sidecars. But community contribution is always welcome. You may add it by following the example how these TLS certificates are being mounted e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to setup the httpd reverse proxy sidecar container with an external config for httpd.conf to make use of the rewritemap files "txt:/etc/httpd/rewriteMaps/crlmapping.txt" and "txt:/etc/httpd/rewriteMaps/aiamapping.txt" as described in the configmap example [https://artifacthub.io/packages/helm/ejbca/ejbca-ce?modal=template&template=httpd-configmap.yaml]. However, the files are missing and, therefore, the container won't start:
kubectl logs pods/ejbca-ejbca-ce-0 -c ejbca-ce-httpd --namespace ejbca-k8s shows a syntax error in httpd.conf
AH00526: Syntax error on line 84 of /usr/local/apache2/conf/httpd.conf:
RewriteMap: file for map vanityCrls not found:/etc/httpd/rewriteMaps/crlmapping.txt
I am wondering how to create these files inside the container or am I missing something?
BR
Beta Was this translation helpful? Give feedback.
All reactions