21Explain envelope encryption. Why does nobody encrypt large data by calling KMS directly?▼hardNewJPMorgan ChaseStripeSnowflake◆ premiumDirect encryption hits a 4 KB wall and a shared throughput quota. Envelope encryption routes around both, and the key policy underneath is central to authorizing key use.Open full answer →
23New engineers cannot decrypt the Vault-encrypted group_vars. How did key handling rot, and what is the fix?▼mediumNewRed HatIBMTCS◆ premiumVault's weakness is the single shared password, not the AES256 underneath. The senior answer covers rekey ceremonies on offboarding, encrypt_string for readable diffs, labelled vault-ids per environment, and shrinking what needs encrypting at all.Open full answer →