hashicorp-forge / hermes

A document management system
Mozilla Public License 2.0
1.82k stars 99 forks source link

Allow doc approvers to remove themselves as an approver #563

Closed jfreda closed 9 months ago

jfreda commented 9 months ago

This PR allows a document approver to remove themselves as an approver. It does this by modifying the authorization code for a document PATCH request to only allow this case for doc approvers (tests included). It also adds a few tests for some miscellaneous helpers.