mirror of https://github.com/samply/bridgehead.git
fix: properly load oidc secrets (#267)
This commit is contained in:
parent
0b6fa439ba
commit
1ad73d8f82
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue