mirror of
https://github.com/samply/bridgehead.git
synced 2026-04-17 18:30:14 +02:00
Compare commits
64 Commits
hotfix/sec
...
test/airga
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d18e56f381 | ||
|
|
dba80052a2 | ||
|
|
03673ff1ac | ||
|
|
663709b569 | ||
|
|
6f6be2d30e | ||
|
|
11d5b0efdd | ||
|
|
5b5f7b7ffc | ||
|
|
59d64c39a4 | ||
|
|
2e78f5a033 | ||
|
|
06b44382f8 | ||
|
|
713a7f951a | ||
|
|
d5fe238460 | ||
|
|
863aa52f1d | ||
|
|
7924dfab87 | ||
|
|
4e134e7e95 | ||
|
|
2afbb99de6 | ||
|
|
099ccac238 | ||
|
|
35d6b3d155 | ||
|
|
b7a47475a0 | ||
|
|
2029ca30ca | ||
|
|
4d3ee91acc | ||
|
|
f0095cf629 | ||
|
|
f151c19f5e | ||
|
|
528c8c85ea | ||
|
|
f43ab20e75 | ||
|
|
4c33c2d58e | ||
|
|
001df6d384 | ||
|
|
ced6791f26 | ||
|
|
6694c0a28e | ||
|
|
b4d13bff62 | ||
|
|
3d33fd6778 | ||
|
|
281a1b2cb6 | ||
|
|
4ddc906fcd | ||
|
|
fa36558d2e | ||
|
|
af8ad48e2c | ||
|
|
ecd8d60e99 | ||
|
|
0a5da028db | ||
|
|
c45c6eb0ea | ||
|
|
01173c9857 | ||
|
|
ac0c37cba3 | ||
|
|
31b6c3bee3 | ||
|
|
8ddcfc123f | ||
|
|
9e23059ef2 | ||
|
|
87e4ad595f | ||
|
|
4d7ba813e0 | ||
|
|
84f73fc1fb | ||
|
|
7d177a0b03 | ||
|
|
5caaad26f2 | ||
|
|
b778da3f56 | ||
|
|
f9586f27b1 | ||
|
|
8846efde85 | ||
|
|
46ff2e9882 | ||
|
|
50263c767d | ||
|
|
7b3327ec24 | ||
|
|
2c9a50149b | ||
|
|
e0c21625cc | ||
|
|
5ac8042742 | ||
|
|
3267dd088c | ||
|
|
9cd5042ebc | ||
|
|
265c7bee33 | ||
|
|
d79e74ca90 | ||
|
|
82841a6f04 | ||
|
|
ba6f2c3b11 | ||
|
|
39a4231c1f |
25
cce/modules/airgapped-blaze-compose.yml
Normal file
25
cce/modules/airgapped-blaze-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
blaze-airgapped:
|
||||
image: docker.verbis.dkfz.de/cache/samply/blaze:${BLAZE_TAG}
|
||||
container_name: bridgehead-cce-blaze-airgapped
|
||||
environment:
|
||||
BASE_URL: "http://bridgehead-cce-blaze-airgapped:8080"
|
||||
JAVA_TOOL_OPTIONS: "-Xmx${BLAZE_MEMORY_CAP:-4096}m"
|
||||
DB_RESOURCE_CACHE_SIZE: ${BLAZE_RESOURCE_CACHE_CAP:-2500000}
|
||||
DB_BLOCK_CACHE_SIZE: ${BLAZE_MEMORY_CAP}
|
||||
CQL_EXPR_CACHE_SIZE: ${BLAZE_CQL_CACHE_CAP:-32}
|
||||
ENFORCE_REFERENTIAL_INTEGRITY: "false"
|
||||
volumes:
|
||||
- "blaze-airgapped-data:/app/data"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.blaze-airgapped_cce.rule=PathPrefix(`/cce-localdatamanagement-airgapped`)"
|
||||
- "traefik.http.middlewares.cce_b-a_strip.stripprefix.prefixes=/cce-localdatamanagement-airgapped"
|
||||
- "traefik.http.services.blaze-airgapped_cce.loadbalancer.server.port=8080"
|
||||
- "traefik.http.routers.blaze-airgapped_cce.middlewares=cce_b-a_strip,auth"
|
||||
- "traefik.http.routers.blaze-airgapped_cce.tls=true"
|
||||
|
||||
volumes:
|
||||
blaze-airgapped-data:
|
||||
3
cce/modules/airgapped-blaze-setup.sh
Normal file
3
cce/modules/airgapped-blaze-setup.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
OVERRIDE+=" -f ./$PROJECT/modules/airgapped-blaze-compose.yml"
|
||||
@@ -3,6 +3,8 @@ services:
|
||||
lens:
|
||||
container_name: lens_federated-search
|
||||
image: samply/cce-explorer:main
|
||||
environment:
|
||||
PUBLIC_SPOT_URL: https://${HOST}/prod
|
||||
labels:
|
||||
- "traefik.http.services.lens.loadbalancer.server.port=3000"
|
||||
- "traefik.enable=true"
|
||||
|
||||
@@ -327,7 +327,7 @@ function sync_secrets() {
|
||||
-e ALL_PROXY=$HTTPS_PROXY_FULL_URL \
|
||||
-e PROXY_ID=$proxy_id \
|
||||
-e BROKER_URL=$broker_url \
|
||||
-e OIDC_PROVIDER=secret-sync-central.test-secret-sync.$broker_id \
|
||||
-e OIDC_PROVIDER=secret-sync-central.central-secret-sync.$broker_id \
|
||||
-e SECRET_DEFINITIONS=$secret_sync_args \
|
||||
docker.verbis.dkfz.de/cache/samply/secret-sync-local:latest
|
||||
|
||||
@@ -337,8 +337,8 @@ function sync_secrets() {
|
||||
}
|
||||
|
||||
function secret_sync_gitlab_token() {
|
||||
if [[ "$PROJECT" != "ccp" && "$PROJECT" != "bbmri" ]]; then
|
||||
log "INFO" "Not running Secret Sync for project $PROJECT"
|
||||
if [[ "$PROJECT" != "dktk" && "$PROJECT" != "bbmri" ]]; then
|
||||
log "INFO" "Not running Secret Sync for project minimal"
|
||||
return
|
||||
fi
|
||||
# Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync
|
||||
|
||||
Reference in New Issue
Block a user