llama-stack-mirror/src/llama_stack/core
Derek Higgins 5873a316db
feat: Add debug logging for RBAC access control decisions (#4255)
Refactor is_action_allowed() to track decision outcome, matched rule
index, and reason. Add structured debug log output for troubleshooting
access control.

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-12-03 11:04:56 -08:00
..
access_control feat: Add debug logging for RBAC access control decisions (#4255) 2025-12-03 11:04:56 -08:00
conversations refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
prompts refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
routers fix: RBAC bypass vulnerabilities in model access (#4270) 2025-12-03 08:42:22 -05:00
routing_tables fix: RBAC bypass vulnerabilities in model access (#4270) 2025-12-03 08:42:22 -05:00
server feat: Implement FastAPI router system (#4191) 2025-12-03 12:25:54 +01:00
storage fix: set SqlRecord owner to None when owner_principal is empty (#4284) 2025-12-03 10:28:33 -08:00
store refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
utils feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
__init__.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
build.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
client.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
common.sh chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
configure.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
datatypes.py feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
distribution.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
external.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
id_generation.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
inspect.py feat: Implement FastAPI router system (#4191) 2025-12-03 12:25:54 +01:00
library_client.py feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
providers.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
request_headers.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
resolver.py fix: Add policies to adapters (#4277) 2025-12-02 14:08:03 -05:00
stack.py refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
start_stack.sh chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
testing_context.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00