mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-14 12:21:24 +01:00
* outline of key usage fix * Changelog, and test-fix * Simplify code setting key_usage * make fmt * Per internal dicussion to align closer to the CAB guidelines, only allow DigitalSignature. * Breaking Change: error if invalid key_usage to generate root or sign-intermediate. * Change error to warning in order to not break backwards compatibility.
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.