GitHub user dskarbek opened a pull request:

    https://github.com/apache/qpid-dispatch/pull/124

    Allow passing the password via env variable

    Allows for the password in the config to actually be the name of the 
environment variable that contains the password.  This is indicated by 
prefixing the value with "env:".  We also add the option to prefix with 
"literal:" which indicates that it is a raw password.  That way, you can still 
give "env:SHELL" as a password, if that's what you really want to use, you 
would just have to list it as "literal:env:SHELL" in the config.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dskarbek/qpid-dispatch 
allow_password_in_env_var

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-dispatch/pull/124.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #124
    
----
commit f84a135084de49f900a845ff934e212b03ec7957
Author: Daniel Skarbek <dskar...@paypal.com>
Date:   2016-12-09T01:02:39Z

    Allow the password config to point to an environment variable with the 
actual password

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to