From a10e19073ddb926b69a68d48df38bc70dfd59355 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 24 Apr 2023 13:07:12 +0200 Subject: [PATCH] added PROVISING_PROXY --- gso/oss-params-example.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gso/oss-params-example.json b/gso/oss-params-example.json index 4c9f4c58..98ee26d5 100644 --- a/gso/oss-params-example.json +++ b/gso/oss-params-example.json @@ -16,5 +16,10 @@ "V4": {"container": "1.1.8.0/24", "mask": 31}, "V6": {"container": "dead:beef::/64", "mask": 96} } + }, + "PROVISIONING_PROXY": { + "api_base": "http://localhost:44444", + "auth": "Bearer <token>", + "api_version": 1123 } } \ No newline at end of file -- GitLab