Three teams need credentials for the same UCS tooling: a solo developer on a laptop, a shared CI runner, and multi-replica production. Which statement identifies the relevant secret approach?
Select an answer to reveal the explanation.
Short Explanation
Secret storage is situational—like choosing a bike lock, a night-drop box, or a bank vault. Laptop keychain, CI secret store, and production vault each fit different constraints; one answer does not rule them all.
Full Explanation
Identifying the relevant secret approach means matching the store to the scenario: OS keychain or gitignored local tooling for a developer, the runner’s secret store for shared CI, and vault or platform secrets for multi-replica production. A single mechanism forced everywhere—or sharing secrets via chat—misses that official ‘relevant to a given scenario’ judgment.