In production, a multi-replica civic API must read a Webex bot token at runtime. Which secret storage approach fits that scenario?
Select an answer to reveal the explanation.
Short Explanation
Production replicas should draw tokens from a vault or mounted platform Secret—like badges from a secure desk—not a sticky note text file beside the binary.
Full Explanation
Runtime production secrets belong in a vault or cluster/platform Secret that CD mounts or injects. A plaintext file in the application tree is the wrong approach for multi-replica production. Compiling secrets into images or manual paste-after-restart patterns fail rotation, scale, and audit needs.