You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use secretKeyRef for VLLM tokens and AWS credentials to prevent credential leaks in logs (#1248)
Move VLLM_API_TOKEN and VLLM_EMBEDDING_API_TOKEN from plain env var
values to K8s secretKeyRef, matching the existing pattern used for
POSTGRES_PASSWORD. Add both tokens to
LLAMA_STACK_DISTRIBUTION_SECRET_DATA
and relocate the dict after all secret variables are defined.
Add AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to the
llamastack-distribution-secret and reference them via secretKeyRef
instead of passing plaintext values, consistent with the VLLM token
handling.
Signed-off-by: Ignas Baranauskas <ibaranau@redhat.com>
Co-authored-by: Jorge <jgarciao@users.noreply.github.com>
0 commit comments