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

ra/sa: Remove deprecated UpdateRegistration methods #7911

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jprenken
Copy link
Contributor

@jprenken jprenken commented Jan 4, 2025

DO NOT MERGE until #7827 has been fully deployed.

Fixes #5554

@jprenken jprenken marked this pull request as ready for review January 7, 2025 19:06
@jprenken jprenken requested a review from a team as a code owner January 7, 2025 19:06
@jprenken jprenken requested a review from aarongable January 7, 2025 19:06
Copy link
Contributor

@aarongable aarongable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one comment on the sa test.

Comment on lines +212 to +213
_, err = sa.GetRegistrationByKey(ctx, &sapb.JSONWebKey{Jwk: jwkJSON})
test.AssertNotError(t, err, "Couldn't get registration by key")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these two lines still need to be followed by asserting that various aspects of the retrieved registration are what we expect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify RA and SA Registration-modifying codepaths
2 participants