llama-stack-mirror/src/llama_stack/core
Derek Higgins 8998000aec
fix(security): redact JWT tokens in server logs (#4325)
Add "token" to sensitive field patterns in redact_sensitive_fields() to
prevent JWT tokens from being logged in plaintext. Previously only
api_key, api_token, password, and secret were filtered.

This prevents tokens like server.auth.provider_config.jwks.token from
being exposed in server logs.

Closes: #4324

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-12-05 15:53:47 -05:00
..
access_control fix: access control to fail-closed when owner attributes are missing (#4273) 2025-12-04 08:38:32 -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: access control to fail-closed when owner attributes are missing (#4273) 2025-12-04 08:38:32 -08:00
store refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
utils fix(security): redact JWT tokens in server logs (#4325) 2025-12-05 15:53:47 -05: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