From f41309e0963aa10e069689350f47bb102b700aa6 Mon Sep 17 00:00:00 2001 From: Omer Tuchfeld Date: Wed, 27 Aug 2025 14:21:40 +0200 Subject: [PATCH] Bump to lsc guest authorization support Previous authz PR shouldn't have merged so quickly --- Containerfile.assisted-chat | 4 ++-- lightspeed-stack | 2 +- template.yaml | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Containerfile.assisted-chat b/Containerfile.assisted-chat index 4e1ae60..7263ed2 100644 --- a/Containerfile.assisted-chat +++ b/Containerfile.assisted-chat @@ -1,6 +1,6 @@ # vim: set filetype=dockerfile -# This is the digest of quay.io/lightspeed-core/lightspeed-stack:dev-20250826-913b5a6 -FROM quay.io/lightspeed-core/lightspeed-stack@sha256:09d6e2222eb058d85bfdc4e1283b18cee086182a711d71e2c983f355af6dc7b7 +# This is the digest of quay.io/lightspeed-core/lightspeed-stack:dev-20250827-3e2d883 +FROM quay.io/lightspeed-core/lightspeed-stack@sha256:0171ec44c1684e0eb2961366a0e0cfcf99be49f25a28248deccc38dceef068ca RUN python3 -m ensurepip --default-pip && pip install --upgrade pip diff --git a/lightspeed-stack b/lightspeed-stack index 913b5a6..3e2d883 160000 --- a/lightspeed-stack +++ b/lightspeed-stack @@ -1 +1 @@ -Subproject commit 913b5a6b2887b4b9d47d7621cc3affd69d26e4e8 +Subproject commit 3e2d883d919e085f017bb52707aa339901f6eac0 diff --git a/template.yaml b/template.yaml index c85502a..fff9c01 100644 --- a/template.yaml +++ b/template.yaml @@ -186,7 +186,6 @@ objects: - delete_conversation - feedback - get_metrics - - info # "nobody" is a made up role, doesn't do anything but just good for being explicit # about what is not allowed by anyone - role: nobody @@ -199,6 +198,10 @@ objects: - delete_other_conversations - list_other_conversations - read_other_conversations + # For k8s pod probes + - role: "*" + actions: + - info mcp_servers: - name: mcp::assisted url: "${MCP_SERVER_URL}"