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 →
03An AWS key was committed to a public repo two hours ago. Walk me through the next hour.▼medium★ EssentialNewJPMorgan ChaseRazorpayGitLab2 repliesunlockedAn incident response question wearing a Git costume. The wrong instinct is to rewrite history first, and it costs you the hour that matters.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 →