hashicorp-forge / hermes

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

Support group approvals #660

Closed jfreda closed 4 months ago

jfreda commented 5 months ago

This PR adds support for Google Group approvers. Google Groups will be listed as approvers first in the document header, followed by individual approvers. When a member of a Google Group approver approves the document, they will be added as an individual approver.

Breaking changes

New (optional) config

google_workspace {
  ...
  // groups_prefix is the prefix to use when searching for Google Groups.
  groups_prefix = "team-"
  ...
}

New APIs

Modified APIs