README
¶
Vault SDK libs
This package provides the sdk
package which contains code useful for
developing Vault plugins.
Although we try not to break functionality, we reserve the right to reorganize
the code at will and may occasionally cause breaks if they are warranted. As
such we expect the tag of this module will stay less than v1.0.0
.
For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.
Directories
¶
Path | Synopsis |
---|---|
database
|
|
helper
|
|
base62
Package base62 provides utilities for working with base62 strings.
|
Package base62 provides utilities for working with base62 strings. |
certutil
Package certutil contains helper functions that are mostly used with the PKI backend but can be generally useful.
|
Package certutil contains helper functions that are mostly used with the PKI backend but can be generally useful. |
kdf
This package is used to implement Key Derivation Functions (KDF) based on the recommendations of NIST SP 800-108.
|
This package is used to implement Key Derivation Functions (KDF) based on the recommendations of NIST SP 800-108. |
password
password is a package for reading a password securely from a terminal.
|
password is a package for reading a password securely from a terminal. |
Package queue provides Vault plugins with a Priority Queue.
|
Package queue provides Vault plugins with a Priority Queue. |
testing
|
|
stepwise
Package stepwise offers types and functions to enable black-box style tests that are executed in defined set of steps.
|
Package stepwise offers types and functions to enable black-box style tests that are executed in defined set of steps. |