Changes to be committed:

modified:   documentation.typ
	new file:   rvault_description.txt
This commit is contained in:
someone 2024-06-01 14:15:21 +02:00 committed by C0ffeeCode
parent 2e40d2061a
commit 480d4f7e3d
Signed by: C0ffeeCode
SSH key fingerprint: SHA256:prvFOyBjButRypyXm7X8lbbCkly2Dq1PF7e/mrsPVjw
2 changed files with 19 additions and 1 deletions

View file

@ -4,7 +4,7 @@
title: [Secret Management with rvault], title: [Secret Management with rvault],
authors: ( authors: (
(name: "Samuel", email: "user@domain.com", affiliation: "HPE", orcid: "0000-0000-0000-0000"), (name: "Samuel", email: "user@domain.com", affiliation: "HPE", orcid: "0000-0000-0000-0000"),
(name: "Philip", email: "user@domain.com", affiliation: "HPE"), (name: "Philip Herz", email: "inf22175@lehre.dhbw-stuttgart.de", affiliation: "HPE"),
(name: "Laurenz Noffke", email: "laurenz.noffke+but-id-replace-it-with-matrikel@hpe.com", affiliation: [HPE]), (name: "Laurenz Noffke", email: "laurenz.noffke+but-id-replace-it-with-matrikel@hpe.com", affiliation: [HPE]),
), ),
// Insert your abstract after the colon, wrapped in brackets. // Insert your abstract after the colon, wrapped in brackets.

18
rvault_description.txt Normal file
View file

@ -0,0 +1,18 @@
Secret Management with rvault
Groupmembers:
Samuel Possemeyer
Philip Herz - inf22715@lehre.dhbw-stuttgart.de
Laurenz Noffke
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.
Achieved features include:
- Design of the architecture
- Implementation of dynamic routing to allow for exchangeable secret engines
- Basic kv-store examples