14Trace a database password from your Terraform pipeline to the resource. Where can it leak, and what closes each hole?▼hard★ EssentialNewJPMorgan ChaseGoldman SachsRazorpay○ sign insensitive = true stops the echo, not the storage. The complete answer walks the value through git, plan artifacts, state, and provider side effects, naming which mitigation closes which leak.Open full answer →
35Terraform rotates the production database password tonight. Walk me through how every application survives the change.▼mediumNewRazorpayJPMorgan ChaseSAP◆ premiumRotation is an expand-contract migration for credentials: stage the new secret, prove every reader picked it up, revoke the old one, and treat the revocation as the test. The outage risk lives in clients and connection pools, not in Terraform.Open full answer →
06Sealed Secrets, External Secrets, SOPS or Vault CSI? Pick one for a regulated environment.▼hardNewRazorpayJPMorgan ChaseGoldman Sachs2 repliesunlockedFour tools that solve the same sentence and differ on one question: where does the plaintext end up? In a regulated environment that question decides the answer.Open full answer →
15Describe the full lifecycle of a production secret, from creation through rotation to revocation.▼mediumNewJPMorgan ChaseGoldman SachsPhonePe○ sign inTool selection is the shallow half of secrets questions. Senior answers live in the mechanics: dual-validity windows, consumer caching, and revocation you have actually tested rather than assumed.Open full answer →
28Database passwords sit in env files on two hundred VMs and nobody has rotated them in years. Design the fix that holds permanently.▼hardNewHashiCorpJPMorgan ChaseRed Hat◆ premiumThis is a machine identity problem wearing a secrets costume. Candidates who start at encryption miss that authentication of the caller and delivery mechanics are the real design space.Open full answer →