From c96a8f4f44955244b775ebd15483db4ec7b060eb Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Tue, 11 Jul 2023 16:55:53 +0200
Subject: [PATCH] Make the lack of authentication explicit on CreateAgent

---
 arkindex/ponos/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arkindex/ponos/api.py b/arkindex/ponos/api.py
index afaf2c4506..b6cbd1bdd7 100644
--- a/arkindex/ponos/api.py
+++ b/arkindex/ponos/api.py
@@ -119,7 +119,7 @@ class AgentRegister(CreateAPIView):
     """
     Perform agent registration and authentication.
     """
-
+    authentication_classes = ()
     serializer_class = AgentCreateSerializer
 
     def get_object(self):
-- 
GitLab