From: Michael Tremer Date: Fri, 20 Oct 2023 09:34:20 +0000 (+0000) Subject: builds: Require SPNEGO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db90d0eace29150e7221ae48bba372adf7523914;p=pbs.git builds: Require SPNEGO Signed-off-by: Michael Tremer --- diff --git a/src/web/builds.py b/src/web/builds.py index c613fb5a..0cd35bd8 100644 --- a/src/web/builds.py +++ b/src/web/builds.py @@ -12,7 +12,7 @@ class APIv1IndexHandler(base.APIMixin, base.BaseHandler): # Allow users to create builds allow_users = True - @tornado.web.authenticated + @base.negotiate async def post(self): # Fetch the upload upload = self.get_argument_upload("upload_id")