-
Notifications
You must be signed in to change notification settings - Fork 50
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
Unable to get secret by key #34
Comments
i second this, i just recently tried to use this and integrate with ideally, with a key, it would be easier |
I'm trying to configure this as well. Do you still have your helm/flux yamls for your attempt I can use as a reference? |
yes, however, i've used bw cli to expose the restapi. |
Asked basically the same over at bitwarden/sm-action#20 I think this is a really necessary feature, at least for me to really adopt, the ids are too ambiguous, having to manually map them is unnecessary maintenance and having to list all, filter etc is also unneeded work. |
I too vote for this, accessing the secrets via ID is a very clunky way and not efficient at all |
Getting closer:
From https://twitter.com/Bitwarden/status/1708894990766895280?t=8IAjXjcBB8uNHGOcSMvp9w&s=19 |
Recently moved my personal lab environment secrets to Bitwarden Secrets Manager, and suddenly noticed this limitation. I uploaded my wrapper script here https://gist.github.com/akmalharith/60c1b90e69dc622131d74c4311e6015c But it will not be efficient if you have too many secrets. |
interesting approach, maybe it could accept multiple keys and make them available? not tooo proficient in bash 😅 just a thought, currently no time to play around |
Steps To Reproduce
At the moment, getting a secret is only possible by the id:
Expected Result
I should be able to retrieve secrets by the key I provided at creation. I feel the key should be honored as a means of retrieval since that’s what’ll be known to the caller and not necessarily the secret id.
Actual Result
At the moment, a work around is to:
Not having to filter manually by the secrets will be a huge improvement.
Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
No response
Build Version
0.2.1
Issue Tracking Info
The text was updated successfully, but these errors were encountered: