agent

command module
v0.0.0-...-7d0e6d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

README

Vault

Secure storage and encryption for per-tenant data encryption keys

S3 layout

We will use a single bucket for all tenants. A default name for the bucket is vault-{env}, ie. vault-production.

Objects are namespaced by version and tenant: /v1/{TENANT_ID}/{DEK_ID}

Each tenant may have multiple DEKs and we will have a special LATEST object for the latest DEK used for decryption

tenant_1/
├─ dek_1
├─ dek_2
├─ LATEST
tenant_2/
├─ dek_5
├─ dek_6
├─ LATEST

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL