fix: generate the right beam connect mappings

This commit is contained in:
janskiba
2023-12-13 11:01:25 +00:00
committed by juarez
parent 371097377a
commit 9f31e950a5
3 changed files with 23 additions and 66 deletions

View File

@ -279,6 +279,7 @@ function sync_secrets() {
fi
mkdir -p /var/cache/bridgehead/secrets/
touch /var/cache/bridgehead/secrets/oidc
chown -R bridgehead:docker /var/cache/bridgehead
# The oidc provider will need to be switched based on the project at some point I guess
docker run --rm \
-v /var/cache/bridgehead/secrets/oidc:/usr/local/cache \