From 770a0ca162bcac5498eb7fd1579558d41c603b4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Ara=C3=BAjo?= <davidaraujo@av.it.pt>
Date: Thu, 4 Jul 2024 14:34:16 +0100
Subject: [PATCH] Credentials fixed

---
 hackfest/containerlab/tfs-descriptors/topology.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hackfest/containerlab/tfs-descriptors/topology.json b/hackfest/containerlab/tfs-descriptors/topology.json
index f5d1c0d73..e4a49981f 100644
--- a/hackfest/containerlab/tfs-descriptors/topology.json
+++ b/hackfest/containerlab/tfs-descriptors/topology.json
@@ -32,7 +32,7 @@
                 {"action": 1, "custom": {"resource_key": "_connect/address", "resource_value": "172.100.100.101"}},
                 {"action": 1, "custom": {"resource_key": "_connect/port", "resource_value": "57400"}},
                 {"action": 1, "custom": {"resource_key": "_connect/settings", "resource_value": {
-                    "username": "admin", "password": "admin", "use_tls": true
+                    "username": "admin", "password": "NokiaSrl1!", "use_tls": true
                 }}}
             ]}
         },
@@ -42,7 +42,7 @@
                 {"action": 1, "custom": {"resource_key": "_connect/address", "resource_value": "172.100.100.102"}},
                 {"action": 1, "custom": {"resource_key": "_connect/port", "resource_value": "57400"}},
                 {"action": 1, "custom": {"resource_key": "_connect/settings", "resource_value": {
-                    "username": "admin", "password": "admin", "use_tls": true
+                    "username": "admin", "password": "NokiaSrl1!", "use_tls": true
                 }}}
             ]}
         }
-- 
GitLab