open-vault/ui/app/templates/components/wizard/ch-engine.hbs

9 lines
440 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Cubbyhole"
@docText="Docs: Cubbyhole Secrets"
@docPath="/docs/secrets/cubbyhole/index.html"
>
<p>
The cubbyhole secrets engine is used to store arbitrary secrets within the configured physical storage for Vault namespaced to a token. In cubbyhole, paths are scoped per token. No token can access another token's cubbyhole. When the token expires, its cubbyhole is destroyed.
</p>
</WizardSection>