diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 364b81db038c9f485501c7778f6885b0de398fcf..38746abd464c40f03476c046e8d6edb1e5339992 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -226,7 +226,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 diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index 4f7cd7e0f2f3b85172042613ed78407c748327d9..01fea7516f9864f90e8beafb6e1efdb4172a56f4 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -208,7 +208,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