An enterprise logistics company requires software engineers to digitally sign all infrastructure configuration files using their individual asymmetric private keys before pushing them to the automated build pipeline. If an unapproved configuration change causes a service outage, management must be able to indisputably prove which specific engineer authored and submitted the change. Which security principle is primarily fulfilled by this implementation?
- Non-repudiationAnswer
- BIntegrity
- CConfidentiality
- DAuthorization
Answer
Non-repudiation
Non-repudiation ensures that a sender or author cannot deny the authenticity of their signature on a document or file. By requiring engineers to sign configuration files with their asymmetric private keys, the system creates proof of origin linked uniquely to that individual.
Step-by-Step Solution
Key Concept
Non-Repudiation