Is there a way to have proxmox-backup-client read the user password from a file instead of an environment variable?
An example usage of this would be for systemd LoadCredential or docker secrets.
This would be useful even with tokens so that the secret can be stored on the filesystem non world readable.
SystemD LoadCredential [https://www.freedesktop.org/software/systemd/man/systemd.exec.html#LoadCredential=ID:PATH]
Docker Secrets [https://docs.docker.com/engine/swarm/secrets/#build-support-for-docker-secrets-into-your-images]
An example usage of this would be for systemd LoadCredential or docker secrets.
This would be useful even with tokens so that the secret can be stored on the filesystem non world readable.
SystemD LoadCredential [https://www.freedesktop.org/software/systemd/man/systemd.exec.html#LoadCredential=ID:PATH]
Docker Secrets [https://docs.docker.com/engine/swarm/secrets/#build-support-for-docker-secrets-into-your-images]