Skip to content

Commit

Permalink
Update docs for is_requester_pays audit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Mar 9, 2024
1 parent 3e323d1 commit f7c7058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/auditing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ The :meth:`~anvil_consortium_manager.models.Workspace.anvil_audit` method runs t
3. The :class:`~anvil_consortium_manager.models.Workspace` has the same authorization domains in the app as on AnVIL.
4. The access to each :class:`~anvil_consortium_manager.models.Workspace` in the app matches the access on AnVIL (using :meth:`~anvil_consortium_manager.models.Workspace.anvil_audit_access` method for each Workspace).
5. No workspaces that have the app service account as an owner exist on AnVIL.
6. The workspace ``is_locked`` status matches AnVIL.
7. The workspace ``is_requester_pays`` status matches AnVIL.

The :meth:`~anvil_consortium_manager.models.Workspace.anvil_audit_membership` method runs the following checks for a single :class:`~anvil_consortium_manager.models.Workspace` instance:

Expand Down

0 comments on commit f7c7058

Please sign in to comment.