rvault/documentation.typ
sam 82d8fa7509
+ sysdesign v0.5
- new abstract
2024-06-02 13:39:49 -07:00

22 lines
1.1 KiB
Text

#import "@preview/arkheion:0.1.0": arkheion, arkheion-appendices
#show: arkheion.with(
title: [Secret Management with rvault],
authors: (
(name: "someone", email: "", affiliation: "HPE"),
(name: "someone", email: "", affiliation: "HPE"),
(name: "(someone)", email: "", affiliation: "HPE"),
),
// Insert your abstract after the colon, wrapped in brackets.
// Example: `abstract: [This is my abstract...]`
abstract: [The goal of this project is to implement the HashiCorp Vault in Rust. During this project we have developed an architecture and started implementation of some cases for key-value-storage. Further development is needed to achieve feature parity with the original version written in Go.],
// keywords: ("First keyword", "Second keyword", "etc."),
date: "2024-06-02",
)
#show link:underline
//#include "./chapters/01-Project-Requirements.typ"
#include "./chapters/02-Project-Goal.typ"
//#include "./chapters/03-Planning-and-Timeline.typ"
#include "./chapters/04-Architecture.typ"
#include "./chapters/05-API-Compliance-and-Testing.typ"