Skip to content

Commit

Permalink
RA: Add GetAuthorization method to filter disabled challenges (#7652)
Browse files Browse the repository at this point in the history
Add a new "GetAuthorization" method to the RA. This method is very
similar to the SA's existing "GetAuthorization2" method, except that it
also uses the RA's built-in Policy Authority to filter out any
challenges which are currently disabled.

In a follow-up change, the WFE will be updated to use this method when
retrieving authorizations and challenges for display, so that we can
ensure disabled challenges are not presented to ACME clients.

Part of #5913
  • Loading branch information
aarongable authored Aug 12, 2024
1 parent 61b484c commit 22b1771
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 117 deletions.
Loading

0 comments on commit 22b1771

Please sign in to comment.