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

use single set to keys for cephfs secrets #4935

Open
Madhu-1 opened this issue Oct 30, 2024 · 1 comment
Open

use single set to keys for cephfs secrets #4935

Madhu-1 opened this issue Oct 30, 2024 · 1 comment
Labels
component/cephfs Issues related to CephFS good first issue Good for newcomers

Comments

@Madhu-1
Copy link
Collaborator

Madhu-1 commented Oct 30, 2024

Currently we have user and admin secret in cephfs secret

# Required for statically provisioned volumes
userID: <plaintext ID>
userKey: <Ceph auth key corresponding to ID above>
# Required for dynamically provisioned volumes
adminID: <plaintext ID>
adminKey: <Ceph auth key corresponding to ID above>
. it would be good to use one user (user) instead of having two distinct keys for cephfs static/dynamic pvc.

@Madhu-1 Madhu-1 added the good first issue Good for newcomers label Oct 30, 2024
@Madhu-1
Copy link
Collaborator Author

Madhu-1 commented Oct 30, 2024

Required updates

  • Backward compatibility, fallback to user if adminID/adminKey not found for static pvc.
  • documentation update
  • testcase updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/cephfs Issues related to CephFS good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants