Skip to content

Attaching additional certificates #202

@senpro-ingwersenk

Description

@senpro-ingwersenk

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions