Linker system to bridge desktop clients attempting to query the org.freedesktop.Secret API to key management servers such as Vaultwarden, Hashicorp Vault, and the like

aeth 1329fb18f4 added quick link for secret api ref 7 months ago
pkg ebfb289265 was accidentally referencing the wrong version of the spec 7 months ago
.gitignore c4be4521ae Initial commit 7 months ago
LICENSE c4be4521ae Initial commit 7 months ago
README.md 1329fb18f4 added quick link for secret api ref 7 months ago
go.mod 369f24bf96 started implementing core org.freedesktop.Secret interfaces 7 months ago
go.sum 369f24bf96 started implementing core org.freedesktop.Secret interfaces 7 months ago
main.go ebfb289265 was accidentally referencing the wrong version of the spec 7 months ago

README.md

keychain-linker

Linker system to bridge desktop clients attempting to query the org.freedesktop.Secret API to key management servers such as Vaultwarden, Hashicorp Vault, and the like
API Reference: https://specifications.freedesktop.org/secret-service-spec/latest-single/#description

todos [ ] implement org.freedesktop.Secret.Service [ ] implement org.freedesktop.Secret.Collection
[ ] implement org.freedesktop.Secret.Item
[ ] implement org.freedesktop.Secret.Session
[ ] implementorg.freedesktop.Secret.Prompt
[ ] PoC write/read bridge for vaultwarden