diff --git a/tests/oc-integration-tests/drone/frontend-global.toml b/tests/oc-integration-tests/drone/frontend-global.toml index 1d29cdf2335..85eb09a9046 100644 --- a/tests/oc-integration-tests/drone/frontend-global.toml +++ b/tests/oc-integration-tests/drone/frontend-global.toml @@ -72,12 +72,13 @@ multiple = true supports_upload_only = true [http.services.ocs.capabilities.capabilities.files_sharing.public.password] -enforced = true +enforced = false [http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for] -read_only = true -read_write = true -upload_only = true +read_only = false +read_write = false +read_write_delete = false +upload_only = false [http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date] enabled = true @@ -111,4 +112,4 @@ prefix = "ocm" driver = "json" [http.middlewares.providerauthorizer.drivers.json] -providers = "providers.demo.json" \ No newline at end of file +providers = "providers.demo.json" diff --git a/tests/oc-integration-tests/drone/frontend.toml b/tests/oc-integration-tests/drone/frontend.toml index 3f4eac85dda..b06f28f95fe 100644 --- a/tests/oc-integration-tests/drone/frontend.toml +++ b/tests/oc-integration-tests/drone/frontend.toml @@ -74,12 +74,13 @@ multiple = true supports_upload_only = true [http.services.ocs.capabilities.capabilities.files_sharing.public.password] -enforced = true +enforced = false [http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for] -read_only = true -read_write = true -upload_only = true +read_only = false +read_write = false +read_write_delete = false +upload_only = false [http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date] enabled = true @@ -113,4 +114,4 @@ prefix = "ocm" driver = "json" [http.middlewares.providerauthorizer.drivers.json] -providers = "providers.demo.json" \ No newline at end of file +providers = "providers.demo.json" diff --git a/tests/oc-integration-tests/local-mesh/frontend-global.toml b/tests/oc-integration-tests/local-mesh/frontend-global.toml index c9ef1454661..a98f7e31b24 100644 --- a/tests/oc-integration-tests/local-mesh/frontend-global.toml +++ b/tests/oc-integration-tests/local-mesh/frontend-global.toml @@ -72,12 +72,13 @@ multiple = true supports_upload_only = true [http.services.ocs.capabilities.capabilities.files_sharing.public.password] -enforced = true +enforced = false [http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for] -read_only = true -read_write = true -upload_only = true +read_only = false +read_write = false +read_write_delete = false +upload_only = false [http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date] enabled = true diff --git a/tests/oc-integration-tests/local-mesh/frontend.toml b/tests/oc-integration-tests/local-mesh/frontend.toml index 0e23a75375a..14a7259bd43 100644 --- a/tests/oc-integration-tests/local-mesh/frontend.toml +++ b/tests/oc-integration-tests/local-mesh/frontend.toml @@ -74,12 +74,13 @@ multiple = true supports_upload_only = true [http.services.ocs.capabilities.capabilities.files_sharing.public.password] -enforced = true +enforced = false [http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for] -read_only = true -read_write = true -upload_only = true +read_only = false +read_write = false +read_write_delete = false +upload_only = false [http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date] enabled = true @@ -113,4 +114,4 @@ prefix = "ocm" driver = "json" [http.middlewares.providerauthorizer.drivers.json] -providers = "providers.demo.json" \ No newline at end of file +providers = "providers.demo.json" diff --git a/tests/oc-integration-tests/local/combined.toml b/tests/oc-integration-tests/local/combined.toml index 331c4c149e4..1c500bd0bdd 100644 --- a/tests/oc-integration-tests/local/combined.toml +++ b/tests/oc-integration-tests/local/combined.toml @@ -153,12 +153,13 @@ multiple = true supports_upload_only = true [http.services.ocs.capabilities.capabilities.files_sharing.public.password] -enforced = true +enforced = false [http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for] -read_only = true -read_write = true -upload_only = true +read_only = false +read_write = false +read_write_delete = false +upload_only = false [http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date] enabled = true diff --git a/tests/oc-integration-tests/local/frontend-global.toml b/tests/oc-integration-tests/local/frontend-global.toml index 9a9b9fb2fdc..2c8c1a254ca 100644 --- a/tests/oc-integration-tests/local/frontend-global.toml +++ b/tests/oc-integration-tests/local/frontend-global.toml @@ -79,12 +79,13 @@ multiple = true supports_upload_only = true [http.services.ocs.capabilities.capabilities.files_sharing.public.password] -enforced = true +enforced = false [http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for] -read_only = true -read_write = true -upload_only = true +read_only = false +read_write = false +read_write_delete = false +upload_only = false [http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date] enabled = true diff --git a/tests/oc-integration-tests/local/frontend.toml b/tests/oc-integration-tests/local/frontend.toml index c410fa10dce..330c86addde 100644 --- a/tests/oc-integration-tests/local/frontend.toml +++ b/tests/oc-integration-tests/local/frontend.toml @@ -82,12 +82,13 @@ multiple = true supports_upload_only = true [http.services.ocs.capabilities.capabilities.files_sharing.public.password] -enforced = true +enforced = false [http.services.ocs.capabilities.capabilities.files_sharing.public.password.enforced_for] -read_only = true -read_write = true -upload_only = true +read_only = false +read_write = false +read_write_delete = false +upload_only = false [http.services.ocs.capabilities.capabilities.files_sharing.public.expire_date] enabled = true