Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS KMS client connector #5624

Open
wants to merge 4 commits into
base: development/7.70
Choose a base branch
from

Commits on Jul 5, 2024

  1. FT: Provide AWS KMS connector for bucket ciphering

    Add configuration mechanism for the new AWS KMS connector.
    Depends on changes in Arsenal to have support of this new connector.
    outscale-fba committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4960876 View commit details
    Browse the repository at this point in the history
  2. FT: ciphering, use generateDataKey operation of the KMS backend when

    available
    
    Up to now, the datakey was always generated using a locally generated
    random number.
    This commit allow to use the "generateDataKey" operation of a KMS when
    it is implemented. It fallback to random number generation if not
    available.
    The benefit of generating the datakey in the KMS is a better entropy
    source resulting in a "better" datakey.
    outscale-fba committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    394e5f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c80f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    6b9a95d View commit details
    Browse the repository at this point in the history