From d53dfadc0494ba6345f5b76ecef5a6b95bfaf600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Mon, 3 Mar 2025 16:56:02 +0100 Subject: [PATCH] Updating test env to match security recommendations + updating test ownCloud host --- eosc-testing/deployments/hub.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eosc-testing/deployments/hub.yaml b/eosc-testing/deployments/hub.yaml index c40a0b9..fc226b4 100644 --- a/eosc-testing/deployments/hub.yaml +++ b/eosc-testing/deployments/hub.yaml @@ -51,7 +51,7 @@ singleuser: app.kubernetes.io/instance: cluster-ingress image: name: eginotebooks/single-user-eosc - tag: "sha-405f47f" + tag: "sha-56f331e" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > @@ -160,7 +160,7 @@ hub: image: name: eginotebooks/hub # k8s-hub 4.0.0 - tag: "sha-b20ead2" + tag: "sha-8d43cfe" loadRoles: #user roles required for user initiated sharing API user: @@ -216,7 +216,7 @@ hub: class WebDavOIDCSpawner(OnedataSpawner): # ownCloud Infinite Scale parameters # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives) - OCIS_URL = "https://ocis.aaitest.owncloud.works" + OCIS_URL = "https://ocis-testing.apps.bst2-test.paas.psnc.pl" # personal space OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal" # shared space -- GitLab