• Kubernetes Submit Queue's avatar
    Merge pull request #46916 from smarterclayton/secretbox · d16d64f6
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46979, 47078, 47138, 46916)
    
    Add a secretbox and AES-CBC path for encrypt at rest
    
    Add a secretbox and AES-CBC encrypt at rest provider and alter the config, based on feedback from security review.  AES-CBC is more well reviewed and generally fits better with common criteria and FIPS, secretbox is newer and faster than CBC.
    
    ```release-note
    Add secretbox and AES-CBC encryption modes to at rest encryption.  AES-CBC is considered superior to AES-GCM because it is resistant to nonce-reuse attacks, and secretbox uses Poly1305 and XSalsa20.
    ```
    d16d64f6
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
copy.sh Loading commit data...
godeps-json-updater.go Loading commit data...
prime-apimachinery.sh Loading commit data...