open-vault/sdk
2021-10-13 18:59:36 -07:00
..
database Update protobuf & grpc libraries and protoc plugins (#12679) 2021-09-29 18:25:15 -07:00
framework Add HTTP PATCH support to KV (#12687) 2021-10-13 15:24:31 -04:00
helper Add a TRACE log with TLS connection details on replication connections (#12754) 2021-10-07 14:17:31 -05:00
logical Adds OIDC Token and UserInfo endpoints (#12711) 2021-10-13 18:59:36 -07:00
physical
plugin Adds ability to define an inline policy and internal metadata on tokens (#12682) 2021-10-07 10:36:22 -07:00
queue
version Updating SDK version for 1.9 dev (#12246) 2021-08-04 11:47:06 -04:00
go.mod Upgrade snappy to fix panic with identity/packer on Go 1.16+arm64. (#12371) 2021-08-19 15:51:06 -04:00
go.sum Upgrade snappy to fix panic with identity/packer on Go 1.16+arm64. (#12371) 2021-08-19 15:51:06 -04: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.