-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Description
Hello there,
I just ran into the issue where mounting a ConfigMap with our company's DPI SSL certificate results in:
Trusting custom certificates from /opt/custom-certificates.
ERROR: Access denied '/opt/custom-certificates'
That checks out, as the container itself runs with UID/GID 1000 and c_rehash
needs root
to change the apropriate files.
Could you please add an option to properly add the certificates?
This is in .Values.main.config
:
extraVolumes:
- name: sophos-ssl-dpi-vol
configMap:
name: sophos-ssl-dpi-ca
extraVolumeMounts:
- name: sophos-ssl-dpi-vol
mountPath: /opt/custom-certificates
readOnly: true
Nothing too fancy, but mounts the cert. :)
(Yes, it should be a secret, but trust me, Sophos is enough of a PITA to worry about this, too... xD)
Thanks!
PAzter1101
Metadata
Metadata
Assignees
Labels
No labels