open-vault/sdk
Jeff Mitchell a47758865c Bump go-ldap
Closes https://github.com/hashicorp/vault/pull/7780

Changes to other parts of Vault have to come piece by piece, that's
next.
2019-11-08 11:18:36 -05:00
..
database change the default for max_open_connections for DB plugins to 4 (#7093) 2019-07-18 16:16:22 -04:00
framework Enable generated items for more auth methods (#7513) 2019-10-17 16:19:14 -07:00
helper Bump go-ldap 2019-11-08 11:18:36 -05:00
logical logical/request: store the entire http.Request object instead (#7412) 2019-09-06 12:40:15 -07:00
physical Port over cache refresh changes (#7599) 2019-10-08 13:23:43 -07:00
plugin Move SudoPrivilege out of SystemView (#7266) 2019-08-26 10:23:46 -04:00
queue Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
version Update version for 1.3 dev target on master 2019-09-17 11:36:55 -04:00
README.md Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
go.mod Bump go-ldap 2019-11-08 11:18:36 -05:00
go.sum Bump go-ldap 2019-11-08 11:18:36 -05:00

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.