File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,9 @@ skipper_ingress_routegroup_crd_require_hosts: "true"
375
375
skipper_open_policy_agent_enabled : " false"
376
376
skipper_open_policy_agent_styra_token : " "
377
377
378
+ # Default timeout value in seconds for outgoing http calls from Open Policy Agent in a skipper filter
379
+ skipper_open_policy_agent_styra_response_header_timeout : " 2"
380
+
378
381
#
379
382
# FabricGateway controller config
380
383
#
Original file line number Diff line number Diff line change 23
23
token: "{{ `{{ .Env.STYRA_TOKEN }}` }}"
24
24
name: styra
25
25
url: "{{ .Cluster.ConfigItems.skipper_open_policy_agent_observability_url }}"
26
+ response_header_timeout_seconds: {{ .Cluster.ConfigItems.skipper_open_policy_agent_styra_response_header_timeout }}
26
27
- credentials:
27
28
s3_signing:
28
29
web_identity_credentials:
You can’t perform that action at this time.
0 commit comments