Method: Vault::Defaults.proxy_password
- Defined in:
- lib/vault/defaults.rb
.proxy_password ⇒ String?
The HTTP Proxy user password as a string
101 102 103 |
# File 'lib/vault/defaults.rb', line 101 def proxy_password ENV["VAULT_PROXY_PASSWORD"] end |