open-nomad/website/source/docs/drivers/custom.html.md

20 lines
619 B
Markdown
Raw Normal View History

2015-09-12 00:01:02 +00:00
---
layout: "docs"
page_title: "Secret Backend: Custom"
sidebar_current: "docs-secrets-custom"
description: |-
2015-09-17 23:33:37 +00:00
Create custom secret backends for Nomad.
2015-09-12 00:01:02 +00:00
---
# Custom Secret Backends
2015-09-17 23:33:37 +00:00
Nomad doesn't currently support the creation of custom secret backends.
The primary reason is because we want to ensure the core of Nomad is
2015-09-12 00:01:02 +00:00
secure before attempting any sort of plug-in system. We're interested
in supporting custom secret backends, but don't yet have a clear strategy
or timeline to do.
In the mean time, you can use the
[generic backend](/docs/secrets/generic/index.html) to support custom
data with custom leases.