Skip to content

Commit

Permalink
fix: properly load oidc secrets (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Threated authored Jan 29, 2025
1 parent 0b6fa43 commit 1ad73d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 1ad73d8

Please sign in to comment.