Handling Secrets

Dynamic Secret Substitution

Stakpak can read, compare, and write secret values without seeing them. Secrets are substituted at runtime and never exposed in logs or memory.

To disable secret redaction, open your terminal and write stakpak --disable-secret-redaction

Secure Password Generation

Generate cryptographically secure passwords with configurable complexity

Privacy Mode

Redacts sensitive data like IP addresses and AWS account IDs

To disable privacy mode, open your terminal and write stakpak --privacy-mode

Last updated