1 / 5
Fill in: 'We ___ API keys on a fixed schedule rather than only after a breach.'
-
-
-
-
We 'rotate keys' — the standard, established security collocation. The other options aren't idiomatic here.
2 / 5
Fill in: 'We ___ a secret immediately if it's ever accidentally committed to Git.'
-
-
-
-
We 'revoke a secret' — the standard collocation for invalidating it immediately. The other options aren't idiomatic here.
3 / 5
Fill in: 'We ___ secrets in a dedicated vault rather than in environment files.'
-
-
-
-
We 'store secrets' — the standard, simple collocation. The other options are less idiomatic here.
4 / 5
Fill in: 'Rotation tooling helps us ___ old credentials once the new ones are live.'
-
-
-
-
We 'retire' credentials — the standard collocation for formally decommissioning them. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ every service that consumes a secret before rotating it.'
-
-
-
-
We 'identify' consumers — the standard collocation for mapping dependencies first. The other options aren't idiomatic here.