[bp-2.10] Clarify Vault password client naming requirements (#75082)

(cherry picked from commit aedc82da98)

Co-authored-by: Andreas Olsson <andreas@arrakis.se>
pull/75129/head
Abhijeet Kasurde 3 years ago committed by GitHub
parent 2c2e168eff
commit 50ef1599a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: 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 * Make the file executable
* Within the script itself: * Within the script itself:
* Print the passwords to standard output * Print the passwords to standard output

Loading…
Cancel
Save