Skip to content

Commit 6b819c4

Browse files
committed
wip
1 parent 37210b4 commit 6b819c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

specs/definitions/signed_docs/signers.cue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,15 @@ _allAdminRoles: or(_allAdminRolesList)
4949
}
5050

5151
#allowedUpdaters: {
52-
collaborators?: bool | *false // Listed collaborators can post updated versions
52+
collaborators: "collaborators" | "ref" | *"excluded" // Listed collaborators can post updated versions based on the metadata field as a source of collaborators information
5353
author: bool | *true // The original author can post updated versions
54-
any?: bool | *false // Anyone with the correct role can post updated versions
5554
}
5655

5756
#allowedSigners: {
5857
// Who is allowed to sign a new document
5958
// TODO: Import roles from a role definition configuration.
6059
roles: #allowedRoles
6160

62-
// Limited to the same signer as the document referenced
63-
referenced?: bool | *false
64-
6561
// Who is allowed to sign an update to an existing document.
6662
update: #allowedUpdaters
6763
}

0 commit comments

Comments
 (0)