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

cephfs: use userid and keys for provisioning #4988

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

Commits on Dec 3, 2024

  1. cephfs: use userid and keys for provisioning

    This patch modifies the code to use userID and
    userKey for provisioning of both static and dynamic
    PVs.
    
    In case user credentials are not found admin credentials
    are used as a fallback and for backwards compatibility.
    
    Signed-off-by: Niraj Yadav <[email protected]>
    black-dragon74 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    2ec7de4 View commit details
    Browse the repository at this point in the history
  2. e2e: Update e2e tests to use userID and userKey

    Signed-off-by: Niraj Yadav <[email protected]>
    black-dragon74 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b8d0dd9 View commit details
    Browse the repository at this point in the history
  3. helm: Update helm charts to use userID and Keys

    Signed-off-by: Niraj Yadav <[email protected]>
    black-dragon74 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d0be498 View commit details
    Browse the repository at this point in the history
  4. doc: update documentation for userID and userKey

    Signed-off-by: Niraj Yadav <[email protected]>
    black-dragon74 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b48a45a View commit details
    Browse the repository at this point in the history