mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-25 00:21:07 +02:00
21 lines
507 B
Markdown
21 lines
507 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Secret Backend: Generic"
|
|
sidebar_current: "docs-secrets-generic"
|
|
description: |-
|
|
The generic secret backend can store arbitrary secrets.
|
|
---
|
|
|
|
# Generic Secret Backend
|
|
|
|
Name: `generic`
|
|
|
|
The generic secret backend is used to store arbitrary secrets within
|
|
the configured physical storage for Vault. If you followed along with
|
|
the getting started guide, you interacted with a generic secret backend
|
|
via the `secret/` prefix that Vault mounts by default.
|
|
|
|
## Quick Start
|
|
|
|
TODO
|