Changes to be committed:
modified: documentation.typ new file: rvault_description.txt
This commit is contained in:
parent
2e40d2061a
commit
480d4f7e3d
2 changed files with 19 additions and 1 deletions
|
|
@ -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
18
rvault_description.txt
Normal 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
|
||||||
Loading…
Reference in a new issue