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 Nov 12, 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 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    925f469 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 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fa2c0f6 View commit details
    Browse the repository at this point in the history