vault/sdk
BiKangNing f8ad26c89f
chore: fix function names (#26087)
Signed-off-by: depthlending <bikangning@outlook.com>
Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
2024-03-22 12:43:01 -04:00
..
database lint: fix proto delta and simports (#25825) 2024-03-07 18:10:51 +00:00
framework remove repetitive words (#25860) 2024-03-13 18:44:54 +00:00
helper chore: fix function names (#26087) 2024-03-22 12:43:01 -04:00
logical Added Invalid Token Error Message that will be returned for bad tokens (#25953) 2024-03-14 11:15:20 -07:00
physical Raft config refactor for mount entry size limit (#25992) 2024-03-19 17:28:23 +00:00
plugin lint: fix proto delta and simports (#25825) 2024-03-07 18:10:51 +00: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 Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 in /sdk (#25888) 2024-03-15 18:04:40 +00:00
go.sum Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 in /sdk (#25888) 2024-03-15 18:04:40 +00: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.