diff --git a/documentation.typ b/documentation.typ index 118014e..60090c0 100644 --- a/documentation.typ +++ b/documentation.typ @@ -4,7 +4,7 @@ title: [Secret Management with rvault], authors: ( (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]), ), // Insert your abstract after the colon, wrapped in brackets. diff --git a/rvault_description.txt b/rvault_description.txt new file mode 100644 index 0000000..5619b61 --- /dev/null +++ b/rvault_description.txt @@ -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