Skip to content

Periodic update to main branch

Victor Azizi requested to merge develop into main

This PR includes a breaking change: the auth_host in rucio.cfg has to be updated to https://rucio.km3net.org:5000 for x509 authentication

This PR includes an optional change: the endpoint can be changed to rucio.km3net.org in rucio.cfg, which has an IGTF enabled CA certificate

@bandela because of the breaking change, this PR should be announced and probably performed in a weekend.

  • Determine time of merge (1st of may 9:00)
  • Send all users with account a mail with information about the breaking and optional change, and the time of merge
  • Update documentation a day before the merge
    • Update auth_host and rucio_host
    • Remove X509_CERT_DIR="" mentions, as those are not necessary with the new rucio.km3net.org

Changes in this Merge Request:

  • Updates to 34.2
  • Enables webui
  • Adds rucio.km3net.org as backend with IGTF certificate, this means that we do not have to disable X509_CERT_DIR anymore
  • Custom ingress definition in nginx.yaml
  • ssl-passtrough for x509 auth moved to port 5000
Edited by Victor Azizi

Merge request reports