https://github.com/jonringer/spiffers
Rust implementation of SPIFFE
https://github.com/jonringer/spiffers
Last synced: about 1 year ago
JSON representation
Rust implementation of SPIFFE
- Host: GitHub
- URL: https://github.com/jonringer/spiffers
- Owner: jonringer
- License: agpl-3.0
- Created: 2023-02-10T02:44:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T15:21:10.000Z (about 3 years ago)
- Last Synced: 2025-05-18T15:44:28.872Z (about 1 year ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spiffers
Rust implementation of [SPIFFE](https://github.com/spiffe/spiffe), with a focus
on the [XDG Base Directory specification](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)
defaults, easy configuration (json, yaml, or toml), as well as an intuitive cli.
# Roadmap
- [ ] Cli structure
- [ ] Autocompletion
- [ ] Initial Server implementation
- [ ] Server configuration
- [ ] Sqlite backend
- [ ] Join token usage
- [ ] X509 generation
- [ ] JWT generation
- [ ] Initial Server implementation
- [ ] Server configuration
- [ ] Sqlite backend
- [ ] Join token usage
## Features not in SPIRE, but would like to be included in SPIFFERS:
- [ ] Prompt based configuration generation