Skip to content

Conversation

@beautifulentropy
Copy link
Member

Implement dryRunSAC methods AddRateLimitOverride, DisableRateLimitOverride, EnableRateLimitOverride, and GetEnabledRateLimitOverrides. This avoids a panic when running the admin tool subcommands import-limit-overrides, dump-limit-overrides, add-limit-override, and toggle-limit-override.

Fixes #8588

@beautifulentropy beautifulentropy requested review from a team and jsha and removed request for a team January 21, 2026 22:54
return &emptypb.Empty{}, nil
}

var _ rapb.RegistrationAuthorityClient = (*dryRunRAC)(nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

This duplicates line 16 above. Perhaps it was meant to apply to dryRunSAC?

Also the PR title says RAC but the PR description says SAC.

@aarongable
Copy link
Contributor

This appears to be a duplicate of #8579 ?

@beautifulentropy
Copy link
Member Author

This appears to be a duplicate of #8579 ?

Ah, yep. This was individually reported to me via DM from @ezekiel as well.

@aarongable aarongable deleted the admin-implement-missing-dryrunrac-methods branch January 22, 2026 16:04
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.

admin: subcommand import-limit-overrides panics unless dryRun=false

4 participants