Bug 2244569
| Summary: | [csi-driver clone] Redundant dependency on Vault library - should be removed | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Mudit Agarwal <muagarwa> |
| Component: | csi-driver | Assignee: | Rakshith <rar> |
| Status: | CLOSED ERRATA | QA Contact: | Parag Kamble <pakamble> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.11 | CC: | brgardne, ebenahar, etamir, kramdoss, muagarwa, nberry, ndevos, odf-bz-bot, rar, tnielsen |
| Target Milestone: | --- | ||
| Target Release: | ODF 4.15.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.15.0-91 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2242374 | Environment: | |
| Last Closed: | 2024-03-19 15:27:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2242374, 2244570, 2251318 | ||
| Bug Blocks: | |||
|
Description
Mudit Agarwal
2023-10-17 02:32:59 UTC
Current versions of Ceph-CSI indirectly use github.com/hashicorp/vault v1.11.11 github.com/hashicorp/vault/sdk v0.7.0 These versions were provided under the Mozilla Public License (MPL). There is no need to rebase the github.com/libopenstorage/secrets package for current releases to address license issues. ODF-4.15 will use a new version of Ceph-CSI, which will have an updated version of github.com/libopenstorage/secrets that does not depend on Vault packages licensed under the BSL. https://github.com/red-hat-storage/ceph-csi/pull/195 has been merged for ODF-4.15, and that includes https://github.com/red-hat-storage/ceph-csi/commit/e46a007961f31ff69dbb232b531d9770d932531d which drops the problematic licensed Hashicorp packages. The next build of ODF-4.15 will include the fix for this BZ. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Red Hat OpenShift Data Foundation 4.15.0 security, enhancement, & bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2024:1383 |