From 5cfc7b17618f4aa335ae0aba18fc5eebcf6f6a00 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Mon, 1 Dec 2025 15:58:19 +0100 Subject: [PATCH] chore: Disable backend access control when not supported --- .github/workflows/db_examples_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/db_examples_tests.yml b/.github/workflows/db_examples_tests.yml index c58bc48ef..5062982d8 100644 --- a/.github/workflows/db_examples_tests.yml +++ b/.github/workflows/db_examples_tests.yml @@ -61,6 +61,7 @@ jobs: - name: Run Neo4j Example env: ENV: 'dev' + ENABLE_BACKEND_ACCESS_CONTROL: 'false' LLM_MODEL: ${{ secrets.LLM_MODEL }} LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} LLM_API_KEY: ${{ secrets.LLM_API_KEY }} @@ -142,6 +143,7 @@ jobs: - name: Run PGVector Example env: ENV: 'dev' + ENABLE_BACKEND_ACCESS_CONTROL: 'false' LLM_MODEL: ${{ secrets.LLM_MODEL }} LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} LLM_API_KEY: ${{ secrets.LLM_API_KEY }}