Skip to content
Latchkey

What Is a Redacted Variable?

A redacted variable is a configuration value flagged as sensitive so the CI/CD platform conceals it in logs, run output, and the interface. Unlike an ordinary variable, its value is not echoed and is masked if it appears in output. The flag tells the system to treat the value with secret-like care.

Why it matters

Some values are not full secrets yet still should not be broadcast, like internal hostnames or tokens. Marking them redacted prevents casual exposure without separate secret storage.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →