Transition to using access_control_list to manage access in Vespa (#450)

This commit is contained in:
Chris Weaver
2023-09-26 12:26:39 -07:00
committed by GitHub
parent c4e4e88301
commit 8594bac30b
17 changed files with 513 additions and 598 deletions

View File

@@ -52,6 +52,9 @@ WORKDIR /app/danswer/datastores/vespa/app_config
RUN zip -r /app/danswer/vespa-app.zip .
WORKDIR /app
# TODO: remove this once all users have migrated
COPY ./danswer/scripts/migrate_vespa_to_acl.py /app/migrate_vespa_to_acl.py
ENV PYTHONPATH /app
# By default this container does nothing, it is used by api server and background which specify their own CMD