vault/sdk
divyaac 3132592c19
Added exponential backoff (#25497)
* Applied Patch

* Added changelog

* Edited changelog

* Added constants to be shared

* Edited changelog verbage

* Removed copy and paste error

* Moved the constants

* Fixed static checks
2024-02-20 11:42:59 -08:00
..
database add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
framework add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
helper Added exponential backoff (#25497) 2024-02-20 11:42:59 -08:00
logical add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
physical vault-23135 - fix modify storage keys ending with .temp causes overwr… (#25395) 2024-02-15 17:34:37 +00:00
plugin add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08: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.