fix: properly load oidc secrets

This commit is contained in:
janskiba 2025-01-29 09:47:55 +00:00
parent 0b6fa439ba
commit c182cbe9e5
1 changed files with 1 additions and 1 deletions

View File

@ -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
}