Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SERVER-3033) Fix auth rule for CRL update endpoint
Prior to this change, all PUT requests to the `certificate_revocation_list` endpoint would get denied, since the request path wouldn't exactly match the string in the auth rule. Using type `regex` ensures that we can access this endpoint appropriately.
- Loading branch information