mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-09 13:44:27 +01:00
Compare commits
1 Commits
test/ast
...
hotfix/sec
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aafc2afee7 |
@@ -22,8 +22,7 @@ services:
|
|||||||
- "traefik.http.routers.blaze_ccp.tls=true"
|
- "traefik.http.routers.blaze_ccp.tls=true"
|
||||||
|
|
||||||
focus:
|
focus:
|
||||||
#image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG}
|
image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG}
|
||||||
image: ghcr.io/samply/focus:fix-exporter-v2
|
|
||||||
container_name: bridgehead-focus
|
container_name: bridgehead-focus
|
||||||
environment:
|
environment:
|
||||||
- API_KEY=${FOCUS_BEAM_SECRET_SHORT}
|
- API_KEY=${FOCUS_BEAM_SECRET_SHORT}
|
||||||
|
|||||||
@@ -337,8 +337,8 @@ function sync_secrets() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function secret_sync_gitlab_token() {
|
function secret_sync_gitlab_token() {
|
||||||
if [[ "$PROJECT" != "dktk" && "$PROJECT" != "bbmri" ]]; then
|
if [[ "$PROJECT" != "ccp" && "$PROJECT" != "bbmri" ]]; then
|
||||||
log "INFO" "Not running Secret Sync for project minimal"
|
log "INFO" "Not running Secret Sync for project $PROJECT"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
# Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync
|
# Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync
|
||||||
|
|||||||
Reference in New Issue
Block a user