line 16
Write-only: the blast radius changes category
No get, no list, no watch. The deployer can install a tenant’s database credential, registry pull secret or TLS key, and cannot read any of them back — not its own, not another tenant’s.
State the consequence precisely, because the precision is the lesson. A stolen deployer token is an integrity and availability problem: an attacker can overwrite credentials and break things. It is not a confidentiality problem: it does not hand over every tenant secret in the cluster. Those are different incidents with different disclosure obligations, and the difference is this one line.
Most deploy tooling holds get on Secrets because a read-modify-write needs it. Not needing it is a design achievement, and the next annotation is how.