From 9267f6d00c18fad7d9bde03df69eec642fe4d1bd Mon Sep 17 00:00:00 2001
From: Klas Arvidsson <klas.arvidsson@liu.se>
Date: Wed, 23 Oct 2024 19:04:15 +0200
Subject: [PATCH] Replaced expired api tokens with deply token (except opendsa)

---
 manifests/auth.pp       | 2 +-
 manifests/auth_keydb.pp | 2 +-
 manifests/broker.pp     | 2 +-
 manifests/tal_cli.pp    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manifests/auth.pp b/manifests/auth.pp
index 254e9cc..f199ff3 100644
--- a/manifests/auth.pp
+++ b/manifests/auth.pp
@@ -134,7 +134,7 @@ class aes::auth (
   vcsrepo { "${auth_home}/src":
     ensure   => latest,
     provider => git,
-    source   => 'https://oauth2:glpat-4X3CEJQo-LMZgam5m9yv@gitlab.liu.se/upp-aes/communication.git',
+    source   => 'https://examadm:gldt-sfKKNqDvsvZxyUiRcLQo@gitlab.liu.se/upp-aes/communication.git',
     revision => $server_type,
     owner    => $auth_user,
     group    => $auth_group,
diff --git a/manifests/auth_keydb.pp b/manifests/auth_keydb.pp
index fd52ecb..8589c95 100644
--- a/manifests/auth_keydb.pp
+++ b/manifests/auth_keydb.pp
@@ -49,7 +49,7 @@ class aes::auth_keydb {
   vcsrepo { "${keydb_home}/src":
     ensure   => latest,
     provider => git,
-    source   => 'https://oauth2:glpat-4X3CEJQo-LMZgam5m9yv@gitlab.liu.se/upp-aes/communication.git',
+    source   => 'https://examadm:gldt-sfKKNqDvsvZxyUiRcLQo@gitlab.liu.se/upp-aes/communication.git',
     revision => $server_type,
     owner    => $keydb_user,
     group    => $keydb_group,
diff --git a/manifests/broker.pp b/manifests/broker.pp
index b3304a7..fb5f698 100644
--- a/manifests/broker.pp
+++ b/manifests/broker.pp
@@ -149,7 +149,7 @@ class aes::broker {
   vcsrepo { "${broker_home}/src":
     ensure   => latest,
     provider => git,
-    source   => 'https://oauth2:glpat-4X3CEJQo-LMZgam5m9yv@gitlab.liu.se/upp-aes/communication.git',
+    source   => 'https://examadm:gldt-sfKKNqDvsvZxyUiRcLQo@gitlab.liu.se/upp-aes/communication.git',
     revision => $server_type,
     owner    => $broker_user,
     group    => $broker_group,
diff --git a/manifests/tal_cli.pp b/manifests/tal_cli.pp
index 2c66163..536ac0e 100644
--- a/manifests/tal_cli.pp
+++ b/manifests/tal_cli.pp
@@ -60,7 +60,7 @@ class aes::tal_cli (
     ensure     => latest,
     provider   => git,
     submodules => false,
-    source     => 'https://oauth2:glpat-4X3CEJQo-LMZgam5m9yv@gitlab.liu.se/upp-aes/tal-cli.git',
+    source     => 'https://examadm:gldt-sfKKNqDvsvZxyUiRcLQo@gitlab.liu.se/upp-aes/tal-cli.git',
     revision   => master,
     owner      => examadm,
     group      => examadm,
-- 
GitLab