From: Dietmar Maurer <dietmar@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 2/2] doc: Document new environment vars to specify secret values
Date: Mon, 19 Jul 2021 11:21:14 +0200 [thread overview]
Message-ID: <20210719092114.4073945-2-dietmar@proxmox.com> (raw)
In-Reply-To: <20210719092114.4073945-1-dietmar@proxmox.com>
---
docs/backup-client.rst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/docs/backup-client.rst b/docs/backup-client.rst
index bd0fdfed..cae7ab83 100644
--- a/docs/backup-client.rst
+++ b/docs/backup-client.rst
@@ -49,10 +49,28 @@ Environment Variables
When set, this value is used for the password required for the backup server.
You can also set this to a API token secret.
+``PBS_PASSWORD_FD``
+ Like ``PBS_PASSWORD``, but read data from Unix file descriptor.
+
+``PBS_PASSWORD_FILE``
+ Like ``PBS_PASSWORD``, but read data from specified file name.
+
+``PBS_PASSWORD_CMD``
+ Like ``PBS_PASSWORD``, but read data from specified command (stdout).
+
``PBS_ENCRYPTION_PASSWORD``
When set, this value is used to access the secret encryption key (if
protected by password).
+``PBS_ENCRYPTION_PASSWORD_FD``
+ Like ``PBS_ENCRYPTION_PASSWORD``, but read data from Unix file descriptor.
+
+``PBS_ENCRYPTION_PASSWORD_FILE``
+ Like ``PBS_ENCRYPTION_PASSWORD``, but read data from specified file name.
+
+``PBS_ENCRYPTION_PASSWORD_CMD``
+ Like ``PBS_ENCRYPTION_PASSWORD``, but read data from specified command (stdout).
+
``PBS_FINGERPRINT`` When set, this value is used to verify the server
certificate (only used if the system CA certificates cannot validate the
certificate).
--
2.30.2
next prev parent reply other threads:[~2021-07-19 9:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-19 9:21 [pbs-devel] [PATCH proxmox-backup 1/2] support more ENV vars to get " Dietmar Maurer
2021-07-19 9:21 ` Dietmar Maurer [this message]
2021-07-19 13:40 ` Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210719092114.4073945-2-dietmar@proxmox.com \
--to=dietmar@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.