mirror of
https://github.com/samply/bridgehead.git
synced 2026-04-17 20:50:15 +02:00
Compare commits
64 Commits
hotfix/sec
...
test/airga
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fae2f29cef | ||
|
|
bfb37e5515 | ||
|
|
37a7e971ae | ||
|
|
c85339acca | ||
|
|
4e0cf29348 | ||
|
|
b1365bd939 | ||
|
|
b726af8907 | ||
|
|
8abec14e0a | ||
|
|
4dbc84efb5 | ||
|
|
390f91d722 | ||
|
|
92b03a868c | ||
|
|
fca56976e6 | ||
|
|
e96b77bb77 | ||
|
|
790a90787e | ||
|
|
e1bcaaea3d | ||
|
|
8f2fd1af1f | ||
|
|
e440945f34 | ||
|
|
54d6fec7d1 | ||
|
|
313c3f65b3 | ||
|
|
d2df758017 | ||
|
|
6d7659c049 | ||
|
|
50ae129083 | ||
|
|
31c588afc2 | ||
|
|
e728def9d4 | ||
|
|
f4ed80a00c | ||
|
|
ed5f319d79 | ||
|
|
5ce1f6391b | ||
|
|
3589dede55 | ||
|
|
893f0332f9 | ||
|
|
1b15a31c1b | ||
|
|
9b3a21b0c3 | ||
|
|
7cfa81d821 | ||
|
|
28fd775ba1 | ||
|
|
145b685d1c | ||
|
|
68b599e305 | ||
|
|
957514042c | ||
|
|
99d76e7d08 | ||
|
|
d911698986 | ||
|
|
949fe02f79 | ||
|
|
b6a14da80b | ||
|
|
b4296349cd | ||
|
|
64a14a0048 | ||
|
|
3a2fd51bf5 | ||
|
|
f54ef47f57 | ||
|
|
b7cdacb00b | ||
|
|
4b700f8c34 | ||
|
|
600131862c | ||
|
|
97eb50b93f | ||
|
|
63f402269c | ||
|
|
95272dd7ac | ||
|
|
f4b6c9aa84 | ||
|
|
1e027b6952 | ||
|
|
5d5962ae2d | ||
|
|
689cc68e93 | ||
|
|
beba01354d | ||
|
|
ce1665050c | ||
|
|
acb7de11e7 | ||
|
|
53bee0e5e7 | ||
|
|
e00e371421 | ||
|
|
9d96a2ddb0 | ||
|
|
f198e18c70 | ||
|
|
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