Replies: 1 comment
-
This sounds perfect to me. Should we have /etc/continers/certs.d as the default? |
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
-
Currently the Podman service does not provide a method to do certificate authenticate when doing pushes etc. As the first step to allowing this, I propose the environment variable CONTAINERS_CERT_PATH. Each colon separated element will be a directory in which certs may be provided. This additional work will allow https verified connections to the registry.
The headers
X-Registry-Auth
andX-Registry-Config
will still provide the user authentication. Failure to access files in a directory or the directory itself will be silently ignored.If there is enough demand, CLI arguments could be added in the future.
The environment variable will be manually added to the systemd unit file as needed. As examples:
sudo systemctl edit podman.service
systemctl --user edit podman.service
Beta Was this translation helpful? Give feedback.
All reactions