aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2023-07-24 10:57:11 +0200
committerGitHub <noreply@github.com>2023-07-24 10:57:11 +0200
commitbfe16ea26deee34e96b632e9e54344e0de79c3bf (patch)
tree3cd5850b2cbc2f6440c981741f10e59d4f7b30af /node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json
parentc5e9d550ea8d680b569db01648097c3e2bef3d14 (diff)
parent33d817902cec65e98d4c06bee068e589f746826c (diff)
Merge pull request #27632 from vespa-engine/hakonhall/exclude-private-ip-addresses-in-other-cloud-accounts-in-acls
Exclude private IP addresses in other cloud accounts in ACLs
Diffstat (limited to 'node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json')
-rw-r--r--node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json
index 022512359cd..7f9830ac1e8 100644
--- a/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json
+++ b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/cfg2.json
@@ -117,5 +117,6 @@
"127.0.202.1",
"::202:1"
],
- "additionalIpAddresses": []
+ "additionalIpAddresses": [],
+ "cloudAccount": "aws:111222333444"
}