vault/sdk
2023-07-06 09:51:43 +02:00
..
database Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
framework Fix vault path-help for selected paths with bad regexps (#18571) 2023-06-30 08:42:30 -07:00
helper Add high privilege namespace (#21215) 2023-07-06 09:51:43 +02:00
logical VAULT-11595: Augment forwarded requests with host:port info (from/to nodes) (Enterprise) (#20733) 2023-05-24 13:57:45 +01:00
physical Add paths for seal config to cache exceptions. (#21223) 2023-06-14 21:09:29 +00:00
plugin Simplify tracking of external plugins (#20009) 2023-04-12 18:34:35 +01:00
queue adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
go.mod Transit BYOK export capabilities (#20736) 2023-05-30 21:42:41 +00:00
go.sum Transit BYOK export capabilities (#20736) 2023-05-30 21:42:41 +00:00
README.md Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00

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.