From 248ca6a33a22081bf8ba2d70a9583706e5140758 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 27 Apr 2021 12:14:37 -0400 Subject: [PATCH] Don't require people to be admins just so they can see the list of documents, or we get recursive loads on Kelly's non admin account (and everyone elsees) todo: Create a ticket to assure we don't get in an infinite loading loop. --- crc/api.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crc/api.yml b/crc/api.yml index 0bac3afc..980d6d13 100644 --- a/crc/api.yml +++ b/crc/api.yml @@ -83,8 +83,6 @@ paths: type : integer get: operationId: crc.api.file.get_document_directory - security: - - auth_admin: ['secret'] summary: Returns a directory of all files for study in a nested structure tags: - Document Categories