mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
* create custom type for disable-replication-status-endpoints context key make use of custom context key type in middleware function * clean up code to remove various compiler warnings unnecessary return statement if condition that is always true fix use of deprecated ioutil.NopCloser empty if block * remove unused unexported function * clean up code remove unnecessary nil check around a range expression * clean up code removed redundant return statement * use http.StatusTemporaryRedirect constant instead of literal integer * create custom type for context key for max_request_size parameter * create custom type for context key for original request path
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.