Skip to content

proxy-servers

A map of ssh public keys to install for the root user

This is an array of URLs where each string is an HTTP proxy server to reference.

The URLs can be names or IPs with ports and schemas.

Note

In actual use in most cases, only the very first Proxy Server specified in the list will be utilized as many applicable use of the Proxy server settings only allow setting a single location.

In addition to this Param, the operator may chose to utilize the individual proxy-server/* Params instead of this single Param mechanism. The individual Param method allows an operator provided Password to be used which is protected as an encrypted Secure Param or provided via external Vault service at rendering time.

If both methods are set; then the individual Param values will be selected instead of this single Param method.

Some examples values for this param:

  • http://my-proxy.example.com:3128/
  • http://user:pass@my-proxy.example.com:3128/

Warning

This Param does not protect a user Password in the string. For proper password encryption and protection; utilize the individual Params starting with proxy-server/*.

See the RackN documentation for more details related to Secure Param management: