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: pass through unpause requests to SA #7630

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Conversation

aarongable
Copy link
Contributor

Have the RA's UnpauseAccount gRPC method forward the requested account ID to the SA's corresponding method, and in turn forward the SA's count of unpaused identifiers back to the caller in the response.

Changing the response message from emptypb.Empty to a new rapb.UnpauseAccountResponse is safe, because message names are not transmitted on the wire, only message field numbers.

While we're here, drastically simplify the wfe_test and sfe_test Mock RAs, so they don't have to implement methods that aren't actually used by the tests.

Fixes #7536

@aarongable aarongable requested a review from a team as a code owner July 24, 2024 21:42
@aarongable aarongable requested review from jsha and beautifulentropy and removed request for jsha July 24, 2024 21:42
@beautifulentropy beautifulentropy merged commit e54c5bb into main Jul 25, 2024
12 checks passed
@beautifulentropy beautifulentropy deleted the ra-unpause-handler branch July 25, 2024 20:34
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.

Implement RA method for unpausing accounts
2 participants