narenaryan / whispr

A multi-vault secret injection tool for safely injecting secrets into app environment
MIT License
97 stars 1 forks source link

Wipe out fetched secrets from Whispr parent process #7

Open narenaryan opened 3 weeks ago

narenaryan commented 3 weeks ago

Description

Whispr currently updates child process environment variables with fetched secrets, but have no measures to remove them from environment once the child process is spawned.

Actions