We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e7f08 commit f3214daCopy full SHA for f3214da
roles/engineblock/templates/parameters.yml.j2
@@ -148,9 +148,9 @@ parameters:
148
addgueststatus_guestqualifier: '{{ guest_qualifier | default('') }}'
149
150
## the timeout used when querying external sources (PDP, AA, etc)
151
- http_client.timeout: "{{ engine_http_client_timeout | int }}"
+ http_client.timeout: {{ engine_http_client_timeout | int }}
152
## maximum number of simultaneous open authentications per session (exceed this, and receive a 429)
153
- maximum_authentications_per_session: "{{ engine_max_authn_per_session | int }}"
+ maximum_authentications_per_session: {{ engine_max_authn_per_session | int }}
154
155
## Language cookie settings
156
cookie.path: {{ cookie_path | default('/') }}
0 commit comments