From 1b28458c35a18733011ebf53f32f918cec556a86 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Sun, 7 Jul 2024 21:51:30 +0200 Subject: [PATCH] refactor: Update JOIN_TOKEN and LABELS in install-node.sh --- teleport/install-node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleport/install-node.sh b/teleport/install-node.sh index b9c918a7..fc25f184 100644 --- a/teleport/install-node.sh +++ b/teleport/install-node.sh @@ -40,13 +40,13 @@ TELEPORT_PACKAGE_NAME='teleport' REPO_CHANNEL='' TARGET_HOSTNAME='dev.bramkelchtermans.be' TARGET_PORT='443' -JOIN_TOKEN='70649dc2f5d16138ef278c368aeac0a3' +JOIN_TOKEN='58fe5e63aae7ddb2a1fd9d6a0dbb7763' JOIN_METHOD='' JOIN_METHOD_FLAG="" [ -n "$JOIN_METHOD" ] && JOIN_METHOD_FLAG="--join-method ${JOIN_METHOD}" # inject labels into the configuration -LABELS='teleport.internal/resource-id=d082b3d8-e775-4572-ad6c-473b131c739e' +LABELS='teleport.internal/resource-id=4570bdc4-023e-48c2-b690-b7260d3cc9b5' LABELS_FLAG=() [ -n "$LABELS" ] && LABELS_FLAG=(--labels "${LABELS}")