Security mandates rotating the Intersight API secret every 90 days with minimal downtime. Which approach makes that rotation practical?
Select an answer to reveal the explanation.
Short Explanation
Rotatable secrets are spare keys at the front desk—swap the key, reload the door crew, no factory rebuild. A constant welded into the binary forces a full remanufacture every 90 days.
Full Explanation
The relevant secret-storage approach lets operations update the value in the store and restart or reload processes. Secrets compiled into binaries or baked into immutable images without injection cannot rotate that way. Externalizable secrets align with secure application-data practices under time-bound rotation policies.