-
- Downloads
pluggable keystores
This patch allows keystores to be configured via the config and plugins.
It's completely untested for now, but I started this so I figured I'd get it to
a point where we could consider finishing it.
License: MIT
Signed-off-by:
Steven Allen <steven@stebalien.com>
Showing
- go.mod 5 additions, 2 deletionsgo.mod
- go.sum 12 additions, 0 deletionsgo.sum
- plugin/keystore.go 24 additions, 0 deletionsplugin/keystore.go
- plugin/loader/loader.go 10 additions, 0 deletionsplugin/loader/loader.go
- repo/fsrepo/fsrepo.go 17 additions, 2 deletionsrepo/fsrepo/fsrepo.go
- repo/fsrepo/keystores.go 52 additions, 0 deletionsrepo/fsrepo/keystores.go
plugin/keystore.go
0 → 100644
repo/fsrepo/keystores.go
0 → 100644
Please register or sign in to comment