-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for HMAC type to vault_transit_secret_backend_key (#2034)
* Add support for HMAC type to vault_transit_secret_backend_key * Add key_size as it is necessary for HMAC. Default to 0 bits as that is the default for all key types _except_ HMAC currently. * Removing some `key_type` validation and updating CHANGELOG.md * Removed ValidateFunc to rely on Vault's internal validation * Updated CHANGELOG.md * Slightly tweaked the description of `key_size` * Wrapped the `data["key_size"]` allocation in a check for Vault version * Added `SkipFunc` blocks to the `hmac` tests * Add PreCheck and remove SkipFunc to fix Vault 1.11 acceptance testing.
- Loading branch information
1 parent
7f71cc3
commit 95a3230
Showing
4 changed files
with
147 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters