Skip to content

Commit

Permalink
Document vault_password_file in intro_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed Sep 16, 2014
1 parent c6b26ff commit c155598
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docsite/rst/intro_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,20 @@ different locations::

Most users will not need to use this feature. See :doc:`developing_plugins` for more details


.. _vault_password_file:

vault_password_file
===================

.. versionadded:: 1.7

Configures the path to the Vault password file as an alternative to specifying ``--vault-password-file`` on the command line::

vault_password_file = /path/to/vault_password_file

As of 1.7 this file can also be a script. If you are using a script instead of a flat file, ensure that it is marked as executable, and that the password is printed to standard output. If your script needs to prompt for data, prompts can be sent to standard error.

.. _paramiko_settings:

Paramiko Specific Settings
Expand Down

0 comments on commit c155598

Please sign in to comment.