diff --git a/pillar/api/utils/algolia.py b/pillar/api/utils/algolia.py index d39efff3..a8007496 100644 --- a/pillar/api/utils/algolia.py +++ b/pillar/api/utils/algolia.py @@ -8,7 +8,7 @@ from . import skip_when_testing log = logging.getLogger(__name__) -INDEX_ALLOWED_USER_ROLES = {'admin', 'subscriber', 'demo'} +INDEX_ALLOWED_USER_ROLES = {'admin', 'subscriber', 'demo', 'flamenco-user'} INDEX_ALLOWED_NODE_TYPES = {'asset', 'texture', 'group', 'hdri'}