rucio / containers

Containers for Rucio
Apache License 2.0
8 stars 54 forks source link

remove bundled certificates #243

Closed rcarpa closed 1 year ago

rcarpa commented 1 year ago

The certificates will have to be explicitly mounted into containers either via bind mounts in docker; or via secrets in kubernetes.

This reduces the risk of a security issue.

rcarpa commented 1 year ago

The additional changes are already done and awaiting review.

Having the certificates bundled into the images makes it a nightmare for newcomers to understand how things work and why they work.