chore: remove unmaintained secret stores#5854
Conversation
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com>
|
/ok-to-test sha=e2ad962263ae5d8173e2ad0c8d36175abe56ed5d |
|
The thing failed because of teardown context deadline. |
WalkthroughThis pull request removes support for three provider implementations (Alibaba Cloud, Device42, and Passbolt) from the External Secrets project by deleting type definitions, provider code, CRD schemas, documentation, tests, and build configuration. Changes
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (2)
docs/introduction/stability-support.md (2)
45-45: Correct the 1.0 stability statement.This sentence says the project hasn’t reached 1.0, but the page lists 1.x releases. That’s a factual inconsistency and will confuse readers. Please update to reflect the current versioning reality.
10-10: Fix typo: “most-up-to date”.Should be “most up-to-date.” User-facing docs should be clean.
This reverts commit aa51995. Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>



Problem Statement
What is the problem you're trying to solve?
Related Issue
Fixes #5710
Proposed Changes
How do you like to solve the issue and why?
Format
Please ensure that your PR follows the following format for the title:
Where
scopeis optionally one of:Checklist
git commit --signoffmake testmake reviewableSummary
This PR removes support for three unmaintained secret store providers: Alibaba Cloud KMS, Device42, and Passbolt. The removal is comprehensive and includes:
Code Deletions:
apis/externalsecrets/v1/)providers/v1/alibaba/,providers/v1/device42/,providers/v1/passbolt/)Configuration & Documentation:
Impact:
This is a breaking change for users of these providers who must migrate to alternative secret management solutions.