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: Add error value & conditions to NewRegistrationAuthorityImpl #7951

Open
jprenken opened this issue Jan 15, 2025 · 0 comments
Open

ra: Add error value & conditions to NewRegistrationAuthorityImpl #7951

jprenken opened this issue Jan 15, 2025 · 0 comments

Comments

@jprenken
Copy link
Contributor

ra.NewRegistrationAuthorityImpl takes some arguments that are pointers, and could be nil (e.g. limiter). It currently does not return an error. We should add an error value, return errors when passed nils for these arguments, and update calling functions to handle errors.

Discussed in: https://github.com/letsencrypt/boulder/pull/7858/files#r1906117221

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

No branches or pull requests

1 participant