forked from hashicorp/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate ACME EAB tokens that do not start with '-' (hashicorp#20945)
* Generate ACME EAB tokens that do not start with - - To avoid people having issues copying EAB tokens and using them on command lines when they start with - from the base64 encoded values, append a prefix. - Remove the key_bits data from the eab api, not really useful and now technically wrong - Fix up some issues with tests not running in parallel. - Update docs to reflect new EAB apis. * Add ACME directory to the various EAB output APIs * Update EAB token prefix to be divisable by 3 - Our decoded prefix was not divisable by 3, which meant the last character might be tweaked by the rest of the input
- Loading branch information
1 parent
2c9a75b
commit 0bd356f
Showing
3 changed files
with
37 additions
and
19 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