21 lines
No EOL
737 B
Text
21 lines
No EOL
737 B
Text
Secret Management with rvault
|
|
|
|
Groupmembers:
|
|
[redacted]
|
|
|
|
Description:
|
|
The goal is to rewrite a part of the Hashicorp vault in Rust.
|
|
It should be compatible with the current version of the vault an its clients.
|
|
Therefore a vault client written in go is used to perform tests.
|
|
During this project only a small part will be implemented.
|
|
It will be further developed as an open-source project.
|
|
Implemented features include:
|
|
|
|
- Design of the architecture
|
|
- Implementation of dynamic routing to allow for exchangeable secret engines
|
|
- Basic kv-store
|
|
|
|
The main development branch is the engine-kv branch.
|
|
|
|
To execute the tests navigate to rvault/go_client/tests and execute "go test -v ./..."
|
|
To clear the test cache use "go clean -testcache" |