Skip to content

Commit

Permalink
Add missing proxy headers
Browse files Browse the repository at this point in the history
  • Loading branch information
spinillos committed Sep 24, 2024
1 parent efc549c commit dccd157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/resources/syntheticmonitoring/resource_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,7 @@ func makeCheckSettings(settings map[string]interface{}) (sm.CheckSettings, error
NoFollowRedirects: h["no_follow_redirects"].(bool),
BearerToken: h["bearer_token"].(string),
ProxyURL: h["proxy_url"].(string),
ProxyConnectHeaders: common.SetToStringSlice(h["proxy_connect_headers"].(*schema.Set)),
FailIfSSL: h["fail_if_ssl"].(bool),
FailIfNotSSL: h["fail_if_not_ssl"].(bool),
ValidHTTPVersions: common.SetToStringSlice(h["valid_http_versions"].(*schema.Set)),
Expand Down

0 comments on commit dccd157

Please sign in to comment.