From ac5a8d103d3b7f5fb2ad813acc296d7b536be109 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 19 Apr 2019 09:57:41 +0200 Subject: [PATCH] nanterre: remove permission classes on saga_tiers WS (fixes #32475) --- zoo/zoo_nanterre/api_views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zoo/zoo_nanterre/api_views.py b/zoo/zoo_nanterre/api_views.py index 5e3a8a9..5a14954 100644 --- a/zoo/zoo_nanterre/api_views.py +++ b/zoo/zoo_nanterre/api_views.py @@ -1482,6 +1482,8 @@ federation = Federation.as_view() class SagaTiers(APIView): + permission_classes = () + def get(self, request, application, identifier, format=None): app_dfn = utils.get_application(application) if not app_dfn or not app_dfn.get('rsu_ws_url'): -- 2.20.1