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

helm: support encryption config in ceph-csi-cephfs chart #4531

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Commits on May 15, 2024

  1. helm: support encryption config in ceph-csi-cephfs chart

    this chart currently lack the ability to properly configure encryption,
    as well as granting sufficent permission to allow controllers to access
    secret when needed.
    
    Signed-off-by: Antoine C <[email protected]>
    acolombier authored and Madhu-1 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3a19452 View commit details
    Browse the repository at this point in the history
  2. helm: add least privileges logic for secrets on ceph-csi-cephfs chart

    this allows the encryption KMS config to be granted secret access with
    a least privilges policy.
    
    Signed-off-by: Antoine C <[email protected]>
    acolombier authored and Madhu-1 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f78e8ee View commit details
    Browse the repository at this point in the history