Method: Vault::Defaults.proxy_password

Defined in:
lib/vault/defaults.rb

.proxy_passwordString?

The HTTP Proxy user password as a string

Returns:

  • (String, nil)


101
102
103
# File 'lib/vault/defaults.rb', line 101

def proxy_password
  ENV["VAULT_PROXY_PASSWORD"]
end