open-vault/sdk
Jeff Mitchell 9b5392bc8f
Fix cluster cipher test (#7900)
Go 1.13 flipped TLS 1.3 to opt-out instead of opt-in, and its TLS 1.3
support does not allow configuring cipher suites. Simply remove the
affected test; it's not relevant going forward and there's ample
evidence it works properly prior to Go 1.13.
2019-11-18 23:04:49 -05:00
..
database
framework Enable generated items for more auth methods (#7513) 2019-10-17 16:19:14 -07:00
helper Fix cluster cipher test (#7900) 2019-11-18 23:04:49 -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 bump variables to 1.3 2019-11-11 19:33:14 -08: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.