vault/sdk
Tom Proctor af27ab3524
Add version pinning to plugin catalog (#24960)
Adds the ability to pin a version for a specific plugin type + name to enable an easier plugin upgrade UX. After pinning and reloading, that version should be the only version in use.

No HTTP API implementation yet for managing pins, so no user-facing effects yet.
2024-01-26 17:21:43 +00:00
..
database [QT-645] Restructure dev tools (#24559) 2024-01-09 17:50:46 +00:00
framework Fix api/ and sdk/ package tests (#25067) 2024-01-25 14:45:44 +01:00
helper Add version pinning to plugin catalog (#24960) 2024-01-26 17:21:43 +00:00
logical Add version pinning to plugin catalog (#24960) 2024-01-26 17:21:43 +00:00
physical Implement raft-wal (#21460) 2024-01-25 10:08:50 -08:00
plugin Fix api/ and sdk/ package tests (#25067) 2024-01-25 14:45:44 +01:00
queue adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
.copywrite.hcl [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368) 2024-01-02 13:22:15 -08:00
go.mod Update containerd to latest (#24939) 2024-01-18 15:32:43 -05:00
go.sum Update containerd to latest (#24939) 2024-01-18 15:32:43 -05:00
LICENSE [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07: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.