Skip to content

Redact sensitive environment variable values in vllm_process logs #105

@coderabbitai

Description

@coderabbitai

Context

In auto_tune_vllm/execution/vllm_process.py (lines 51-61), the get_os_env_vars method currently logs raw environment variable values which can potentially leak secrets or PII.

Recommendation

Update the logging to redact sensitive values or log only the keys of environment variables rather than their actual values.

Related

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions