From fb8609e3d4bcc07f8cce2fb1028de7988bd1cd28 Mon Sep 17 00:00:00 2001 From: lo-simon Date: Thu, 14 Dec 2023 21:28:52 +0000 Subject: [PATCH] Config auth and non-auth nmos-cpp-node/registry with label --- Sandbox/run_nmos_testing.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Sandbox/run_nmos_testing.sh b/Sandbox/run_nmos_testing.sh index 1114c3bc..f22cf580 100755 --- a/Sandbox/run_nmos_testing.sh +++ b/Sandbox/run_nmos_testing.sh @@ -59,8 +59,12 @@ common_params=",\ \"host_address\":\"${host_ip}\",\ \"host_addresses\":[\"${host_ip}\"]\ " -registry_params="" -node_params="" +registry_params=",\ + \"label\":\"nmos-cpp-registry\"\ + " +node_params=",\ + \"label\":\"nmos-cpp-node\"\ + " if [[ "${config_secure}" == "True" ]]; then secure=true @@ -116,11 +120,7 @@ if [[ "${config_auth}" == "True" ]]; then \"server_authorization\":true,\ \"service_unavailable_retry_after\":25\ " - registry_params+=",\ - \"label\":\"nmos-cpp-registry\"\ - " node_params+=",\ - \"label\":\"nmos-cpp-node\",\ \"client_authorization\":true,\ \"authorization_flow\":\"client_credentials\",\ \"authorization_scopes\":[\"registration\"],\