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

Change PausedProblem rateLimited to userActionRequired #7851

Open
pgporada opened this issue Nov 27, 2024 · 0 comments
Open

Change PausedProblem rateLimited to userActionRequired #7851

pgporada opened this issue Nov 27, 2024 · 0 comments
Labels
starter Ideal issues for folks getting familiar with Boulder

Comments

@pgporada
Copy link
Member

pgporada commented Nov 27, 2024

When initially designing account pausing/unpausing, I believe we overlooked a more applicable error that could be returned to the client. Currently we return ProblemType("rateLimited"), but instead I think we could implement and return ProblemType("userActionRequired"). RFC 8555 states,

| userActionRequired      | Visit the "instance" URL and take       |
|                         | actions specified there                 |

Now, the only example in the RFC about userActionRequired is for Changes of Terms of Service which we have done in the past, but not using this error type either.

If it's decided that boulder wants to use this, this comment should also be updated.

Part of #7406

@aarongable aarongable added the starter Ideal issues for folks getting familiar with Boulder label Dec 3, 2024
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

No branches or pull requests

2 participants