open-vault/sdk
Jeff Mitchell a3fc497fec
Fix batch token test (#7047)
At the level of role config it doesn't mean anything to use
default-service or default-batch; that's for mount tuning. So disallow
it in tokenutil. This also fixes the fact that the switch statement
wasn't right.
2019-07-02 22:16:43 -04:00
..
database Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
framework Standardize how we format deprecated values in traditional path-help (#7007) 2019-06-27 14:52:52 -04:00
helper Fix batch token test (#7047) 2019-07-02 22:16:43 -04:00
logical Fix import cycle 2019-07-02 21:01:34 -04:00
physical
plugin Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
queue Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
version Bump version for beta 2019-06-20 23:42:21 -04:00
go.mod
go.sum
README.md

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.