Hi,
I posted this question already on GitHub but I want to ask here again:
https://github.com/quay/quay/discussions/3006
I am currently using podman version 4.9.4-rhel
and I want to use podman secrets combined with the quay config.yml
So with
I would like to use this for example with the email like here [1]
If I add the secret to my podman run like
it is accessible in the container under /run/secrets/email-secret
As long I could not find any PASSWORD_FILE Option, it there an easy way to pass it here?
Something similar should be available in OpenShift with a similar concept.
The end usage should be similar, or?