We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace229b commit 1223734Copy full SHA for 1223734
test/e2e/infoblox.go
@@ -35,7 +35,10 @@ const (
35
infobloxGridMasterHostnameEnvVar = "INFOBLOX_GRID_MASTER_HOSTNAME"
36
trustedCAConfigMapEnvVar = "TRUSTED_CA_CONFIGMAP_NAME"
37
defaultWAPIPort = "443"
38
- defaultWAPIVersion = "2.3.1"
+ // https://community.infoblox.com/cixhp49439/attachments/cixhp49439/IPAM/6153/2/NIOS_8.6.2_ReleaseNotesREVC.pdf
39
+ // Chapter: "Changes to Infoblox API and Restful API (WAPI)"
40
+ // "2.12.2" version is recommended for NIOS 8.6.2 (our Infoblox test instance is currently 8.6.4).
41
+ defaultWAPIVersion = "2.12.2"
42
defaultTLSVerify = "false"
43
defaultHTTPRequestTimeout = 20
44
defaultHTTPConnPool = 10
0 commit comments