Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtdowney/age-kms-plugin
Kubernetes KMS v2 plugin using age
https://github.com/jtdowney/age-kms-plugin
Last synced: about 2 months ago
JSON representation
Kubernetes KMS v2 plugin using age
- Host: GitHub
- URL: https://github.com/jtdowney/age-kms-plugin
- Owner: jtdowney
- License: mit
- Created: 2023-11-27T21:59:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T01:35:47.000Z (9 months ago)
- Last Synced: 2024-10-16T14:59:38.174Z (3 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# age-plugin-kms
This project is a Kubernetes KMS v2 plugin using [age](https://age-encryption.org/). When I originally started this my goal was to use the Rust [age crate](https://crates.io/crates/age) which supports [age-plugin-yubikey](https://github.com/str4d/age-plugin-yubikey), however I ran into trouble getting Kubernetes and Tonic (the Rust GRPC library) to agree on how to handle Unix Domain Sockets. I rewrote the plugin in Go and it works great except the age Go library doesn't support plugins yet. So now I am just abandoning this project. I am leaving it here in case anyone wants to use it as a reference for writing their plugin.