-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Compare only attributes we may have added (#10)
When retrieving secrets that match the attributes we have, ignore any attributes that we would not have added ourselves. It is conceivable that another service or the user adds additional attributes to a secret for their own purposes. We only care about exactly matching the attributes we would have added ourselves, so do just that. While we're here, tidy up the `SecretService.Store()` method and upgrade the `gh` command managed by hermit. This merges the following commits: * Compare only attributes we may have added * Tidy up SecretService.Store * hermit: Upgrade gh bin/{.gh-2.54.0.pkg => .gh-2.55.0.pkg} | 0 bin/gh | 2 +- dbus.go | 40 ++++++++++++++------------ main.go | 5 ++++ 4 files changed, 27 insertions(+), 20 deletions(-) Pull-request: #10
- Loading branch information
Showing
4 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.gh-2.54.0.pkg | ||
.gh-2.55.0.pkg |
This file contains 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
This file contains 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