Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the WFE and nonce-service configuration field NoncePrefixKey to utilize the new cmd.HMACKeyConfig type #7632

Open
beautifulentropy opened this issue Jul 25, 2024 · 0 comments · May be fixed by #7825
Assignees
Labels
starter Ideal issues for folks getting familiar with Boulder

Comments

@beautifulentropy
Copy link
Member

beautifulentropy commented Jul 25, 2024

Since they use a different inner field name this is a two-part to maintain backwards compatibility.

@beautifulentropy beautifulentropy added the starter Ideal issues for folks getting familiar with Boulder label Jul 25, 2024
@beautifulentropy beautifulentropy changed the title Refactor WFE config field NoncePrefixKey to make use of the new cmd.HMACKeyConfig type Refactor the WFE and nonce-service configuration field NoncePrefixKey to utilize the updated cmd.HMACKeyConfig type Jul 25, 2024
@beautifulentropy beautifulentropy changed the title Refactor the WFE and nonce-service configuration field NoncePrefixKey to utilize the updated cmd.HMACKeyConfig type Refactor the WFE and nonce-service configuration field NoncePrefixKey to utilize the new cmd.HMACKeyConfig type Jul 25, 2024
@aarongable aarongable added this to the Sprint 2024-10-08 milestone Oct 8, 2024
beautifulentropy pushed a commit that referenced this issue Nov 13, 2024
Add a new WFE & nonce config field, `NonceHMACKey`, which uses the new
`cmd.HMACKeyConfig` type. Deprecate the `NoncePrefixKey` config field.

Generalize the error message when validating `HMACKeyConfig` in
`config`.

Remove the deprecated `UseDerivablePrefix` config field, which is no
longer used anywhere.

Part of #7632
jprenken added a commit that referenced this issue Nov 19, 2024
Remove the deprecated WFE & nonce config field `NoncePrefixKey`, which has been replaced by `NonceHMACKey`.

DO NOT MERGE until:
- #7793 (in `release-2024-11-18`) has been deployed, AND:
- `NoncePrefixKey` has been removed from all running configs.

Fixes #7632
@jprenken jprenken linked a pull request Nov 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
starter Ideal issues for folks getting familiar with Boulder
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants