docs: extend bitwarden example and integration to accomodate the ssh key feature#5414
Merged
Skarlso merged 1 commit intoexternal-secrets:mainfrom Oct 6, 2025
Merged
Conversation
…key feature Signed-off-by: Luilegeant <nemo@luilegeant.com>
|
Contributor
Author
|
make reviewable |
Skarlso
approved these changes
Oct 6, 2025
SamuelMolling
pushed a commit
to SamuelMolling/external-secrets
that referenced
this pull request
Oct 24, 2025
…key feature (external-secrets#5414) Signed-off-by: Luilegeant <nemo@luilegeant.com> Signed-off-by: Samuel Molling <samuelmolling@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Extending documentation
Problem Statement
I created a SSH Key in Bitwarden Password Manager.

Then, I failed to be able to deploy my ssh private key with the 4 example (Cluster)SecretStore on this guide.
The values for the ssh key generated are under
$.data.sshKey.privateKey,$.data.sshKey.publicKeyand$.data.sshKey.keyFingerprintRelated Issue
None.
Proposed Changes
This PR proposes to add a new (Cluster)SecretStore named
bitwarden-sshin the documentation guide related to Bitwarden Password Manager, and includes a secret example as well.Format
git commit is
docs: extend bitwarden example and integration to accomodate the ssh key featureChecklist
git commit --signoffMy changes have reasonable test coverage=> no code change, only documentationAll tests pass with=> no code change, only documentationmake testmake reviewable