Project

General

Custom queries

Profile

Actions

Bug #28983

closed

foreman_proxy_content::reverse_proxy::proxy_pass_params doesn't allow integers

Added by Ewoud Kohl van Wijngaarden about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

#27687 added this parameter, but when specifying values like TTL via hiera they end up as integers unless explicitly quoted.


Related issues 1 (0 open1 closed)

Related to Installer - Feature #27687: Add Reverse Proxy options supported via custom-hiera.yamlClosedEwoud Kohl van WijngaardenActions

Added by Ewoud Kohl van Wijngaarden about 5 years ago

Revision e5a05182 (diff)

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.

Actions

Also available in: Atom PDF