Gerhard Salvini
146235236b
Removed stuff accumulated during testing phase
...
Most of the things added during testing were not necessary and they were
removed. This had the additional advantage that many files are now identical
to their equivalents in the develop branch, making the diff more manageable.
2025-02-06 09:28:48 +01:00
Gerhard Salvini
ed95dff63e
Merge branch 'develop' into metadata_fb
2025-02-05 14:02:47 +01:00
Jan
721627a78f
feat: migrate to new dnpm:dip node ( #251 )
...
* feat: migrate to new dnpm:dip node
* hardcode dnpm connector type to broker
* use `SITE_NAME` for dnpm `LOCAL_SITE`
* host central targets in git
* dnpm: add goettingen to central targets
* dnpm: add uksh to central targets
* dnpm: replace named volumes with fs volumes
* chore: change dnpm images
* chore: pin mysql
* dnpm: Secure endpoints for ETL and p2p communications (#254 )
* fix authup redirect (#262 )
When a OIDC provider is configured, you'll get redirected to authup by Keycloak which redirects you to the DNPM:DIP.
Currently the url looks like this: https://myserver/authup//someurl
and produces an error. Manually removing the additional / fixes the issue.
* Whitespace formatting
---------
Co-authored-by: Niklas <niklas@ytvwld.de>
Co-authored-by: Niklas Reimer <niklas@backbord.net>
Co-authored-by: Martin Lablans <6804500+lablans@users.noreply.github.com>
2025-02-05 13:24:28 +01:00
DavidCroftDKFZ
9977578aa5
Changes for metadata feedback
...
These changes fall into the following categories:
* Integration of the feedback components into Traefik.
* Small tweaks to Bridgehead parameters needed by metadata feedback.
* Reverting changes made to some files for testing purposes.
2025-02-04 14:55:08 +01:00
Jan
5c28e704d2
fix: remove `restart: always` in compose files ( #261 )
2025-01-21 09:27:27 +01:00
Martin Lablans
24da24d05e
Traefik dashboard
...
Deactivate traefik dashboard by default. Add trailing slash to PathPrefix to clarify the URL the dashboard is available at.
2024-10-01 10:40:24 +02:00
Pierre Delpy
c585322ee7
Merge pull request #226 from samply/main
...
Update Develop from Main
2024-09-12 08:22:17 +02:00
Patrick Skowronek
7c560a2e93
Added env to landing-page
2024-08-15 09:10:37 +02:00
Martin Lablans
4ab10ff71d
In ENVIRONMENT=production, use main tag for Samply.Beam.
2024-07-29 13:50:30 +02:00
d014n
6a21a5b641
Move exporter and teiler to bbmri/modules
2024-04-30 14:16:59 +02:00
d014n
b1bdf48e55
changes for the bbmri-qr
2024-04-18 13:50:14 +02:00
patrickskowronekdkfz
4fac079aec
Merge branch 'main' into feature/datashield
2024-03-19 09:52:40 +01:00
djuarezgf
d8b9498ef9
Update minimal/docker-compose.yml
...
Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
2024-03-18 12:45:46 +01:00
Tobias Kussel
ad4430e480
Create env to control dnpm synthetic data generation
2024-02-28 10:11:03 +00:00
juarez
f72e7c7799
Changed: replace keycloak with oidc
2024-02-27 12:47:33 +01:00
janskiba
ef8866b943
fix: Start oauth proxy after forward_proxy is ready
2024-02-27 12:47:33 +01:00
Tobias Kussel
c58096aa27
Merge pull request #155 from samply/fix/dnpm-no-proxy
...
Add DNPM_NO_PROXY configuration option
2024-02-23 11:37:47 +01:00
Tobias Kussel
3f6e3a2bb4
mount and process trusted certs in dnpm-beam-connect
2024-02-22 15:41:11 +00:00
Tobias Kussel
9937002d06
Add DNPM_NO_PROXY configuration option
2024-02-21 15:04:00 +00:00
Tobias Kussel
aac31945a3
Add dnpm echo to dnpm-compose
2024-02-19 08:50:15 +00:00
Tobias Kussel
48558812aa
Merge pull request #141 from samply/feature/nngm-module-in-minimal
...
Add nngm module to minimal project
2023-12-18 10:53:53 +01:00
Tobias Kussel
a80a980cea
Merge pull request #140 from samply/feature/dnpm-node
...
Feature/dnpm node
2023-12-18 10:53:39 +01:00
Tobias Kussel
f66f2755d8
Change landing page path override to /landing
2023-12-15 13:32:00 +00:00
Tobias Kussel
842c83c66f
Use updated nngm module setup
2023-12-15 10:39:50 +00:00
Tobias Kussel
fb6af1c4af
Add nngm module to minimal project
2023-12-15 09:43:31 +00:00
Tobias Kussel
c02da838c7
Cleanup dnpm connect module
2023-12-15 09:41:11 +00:00
Tobias Kussel
459fa7f78e
Add DNPM Node feature to minimal
2023-12-15 09:24:06 +00:00
Martin Lablans
dc0d42ca07
Merge pull request #133 from samply/fix/auth_proxy_usage
...
fix: adjusted the forwarding of env vars to forward proxy
2023-10-26 11:41:06 +02:00
Patrick Skowronek
90248b331f
fix: adjusted the forwarding of env vars to forward proxy
2023-10-25 15:22:08 +02:00
Martin Lablans
93026d2d89
Change tag for bridgehead-landingpage
2023-10-20 13:58:46 +02:00
Tobias Kussel
169ce2436f
fix dnpm connect env, from bool to string
2023-08-28 17:21:52 +00:00
Tobias Kussel
bba8a03f9f
Use beam-connect:develop for DNPM
2023-08-24 12:22:43 +00:00
Pierre Delpy
829102f23e
Merge branch 'main' into feature/custom-basic-auth
2023-08-15 14:24:19 +02:00
p.delpy@dkfz-heidelberg.de
dc0fc286b1
add generic bash function addBasicAuthUser
2023-08-08 09:28:59 +02:00
Martin Lablans
acc1e2361a
Prevent creation of many anonymous volumes
...
In combination with https://github.com/samply/bridgehead-forward-proxy/pull/10 , this will prevent the creation of two anonymous volumes per startup for the bridgehead-forward-proxy.
2023-08-04 17:20:46 +02:00
Tobias Kussel
dd0c28daf3
Add new dktk root cert
2023-06-30 07:50:18 +00:00
Tobias Kussel
6d94ebd4eb
Add path stripper
2023-06-30 06:02:32 +00:00
Tobias Kussel
f0d423fcf7
Adapt to new beam app syntax
2023-06-28 11:48:47 +02:00
Tobias Kussel
12991e4796
Fix enrollment for minimal bh
2023-06-28 11:16:15 +02:00
Tobias Kussel
f02587d9fa
Change DNPM broker id
2023-05-25 11:20:18 +00:00
Tobias Kussel
ff4fb06ad1
Address review comments
2023-05-19 11:53:03 +00:00
Tobias Kussel
a18b63e190
Use cached beam-connect image for dnpm
2023-05-17 10:04:35 +00:00
Tobias Kussel
f4134bcfca
Remove DNPM-BwHC experiment
2023-05-17 09:26:55 +00:00
Tobias Kussel
4e7f023b8a
Clean up bwhc startup
2023-05-16 10:56:28 +00:00
Tobias Kussel
c9806ad874
Adapt DNPM configuration
2023-05-15 13:43:01 +02:00
Tobias Kussel
3e1659a38d
Modularize DNPM components
2023-05-10 10:54:05 +00:00