hashicorp-forge / hermes

A document management system
Mozilla Public License 2.0
1.8k stars 95 forks source link

Move locked doc check in approvals API #676

Closed jfreda closed 2 months ago

jfreda commented 2 months ago

This PR moves the locked doc check to individual methods in the approvals API. This is to allow the OPTIONS method for locked docs - this method is used when group approvals are enabled and will prevent users from viewing locked docs without this change.