From 1ad73d8f82f41f62a414f553d35f8026fd348708 Mon Sep 17 00:00:00 2001 From: Jan <59206115+Threated@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:59:27 +0100 Subject: [PATCH] fix: properly load oidc secrets (#267) --- lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index ed57293..ffdc234 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -318,7 +318,7 @@ function sync_secrets() { docker.verbis.dkfz.de/cache/samply/secret-sync-local:latest set -a # Export variables as environment variables - source /var/cache/bridgehead/secrets/* + source /var/cache/bridgehead/secrets/oidc set +a # Export variables in the regular way }