Actions
Bug #28983
closedforeman_proxy_content::reverse_proxy::proxy_pass_params doesn't allow integers
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
Yes
Description
#27687 added this parameter, but when specifying values like TTL via hiera they end up as integers unless explicitly quoted.
Added by Ewoud Kohl van Wijngaarden about 5 years ago
Actions
Fixes #28983 - Allow integers for $proxy_pass_params
f95a6eef1d510e65e2499367d738935b151cd05c added a parameter to allow
setting parameters to proxy_pass but only accepted strings. When setting
this via hiera, values like TTL will usually end up as integers and are
valid. This can be worked around by quoting them in hiera, but it's a
bad user experience.