fix: properly load oidc secrets (#267)

This commit is contained in:
Jan
2025-01-29 10:59:27 +01:00
committed by GitHub
parent 0b6fa439ba
commit 1ad73d8f82

View File

@ -318,7 +318,7 @@ function sync_secrets() {
docker.verbis.dkfz.de/cache/samply/secret-sync-local:latest docker.verbis.dkfz.de/cache/samply/secret-sync-local:latest
set -a # Export variables as environment variables 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 set +a # Export variables in the regular way
} }