From 348eee92bfa9896f88cba3530ddcd8eddf467074 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 25 Jun 2021 00:01:49 +0530 Subject: [PATCH] [bp-2.11] Clarify Vault password client naming requirements (#75083) (cherry picked from commit aedc82da9825b6c687cbff36a94c6a065f8af5f8) Co-authored-by: Andreas Olsson --- docs/docsite/rst/user_guide/vault.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/vault.rst b/docs/docsite/rst/user_guide/vault.rst index a420673f463..938ffd08fe3 100644 --- a/docs/docsite/rst/user_guide/vault.rst +++ b/docs/docsite/rst/user_guide/vault.rst @@ -94,7 +94,7 @@ You can store your vault passwords on the system keyring, in a database, or in a To create a vault password client script: - * Create a file with a name ending in ``-client.py`` + * Create a file with a name ending in either ``-client`` or ``-client.EXTENSION`` * Make the file executable * Within the script itself: * Print the passwords to standard output