-
Notifications
You must be signed in to change notification settings - Fork 555
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
kms: added Azure Key Vault as a supported KMS #4455
Conversation
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
6d103a6
to
369d075
Compare
369d075
to
1fe9987
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider adding more details in a document under https://github.com/ceph/ceph-csi/tree/devel/docs/design/proposals
1fe9987
to
f98a26c
Compare
14a185a
to
cdcc829
Compare
f46e967
to
02d2fbb
Compare
02d2fbb
to
4305ca1
Compare
7649c8c
to
3cbf7c3
Compare
/test ci/centos/k8s-e2e-external-storage/1.27 |
1b0ca36
to
ae13d82
Compare
/test ci/centos/k8s-e2e-external-storage/1.27 |
@nixpanic @Rakshith-R PTAL |
e68cdb2
to
cdd1f41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @nixpanic please feel free to approve it as you have suggested changes
@Mergifyio rebase |
This commit adds the Azure Key Vault as a supported KMS provider. Signed-off-by: Praveen M <m.praveen@ibm.com>
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit adds the Azure SDK for Azure key vault KMS integration to the Ceph CSI driver. Signed-off-by: Praveen M <m.praveen@ibm.com>
✅ Branch has been successfully rebased |
cdd1f41
to
a95efee
Compare
@Mergifyio queue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 47b2025 |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
Describe what this PR does
This commit adds the support for the Azure key vault KMS service
for Ceph CSI.
Related issues
Fixes: #4421
Depends-on: #4477
Checklist: