./lib/constants.rb in strongdm-4.2.0 vs ./lib/constants.rb in strongdm-4.3.0

- old
+ new

@@ -316,9 +316,11 @@ ORG_AUDIT_ACCOUNT_GRANTS = "audit:accountgrants" ORG_AUDIT_ORG = "audit:organization" ORG_AUDIT_REMOTE_IDENTITIES = "audit:remoteidentities" ORG_AUDIT_REMOTE_IDENTITY_GROUPS = "audit:remoteidentitygroups" ORG_AUDIT_SECRET_STORES = "audit:secretstores" + ORG_AUDIT_WORKFLOWS = "audit:workflows" + ORG_AUDIT_ACCESS_REQUESTS = "audit:accessrequests" WORKFLOW_LIST = "workflow:list" WORKFLOW_EDIT = "workflow:edit" ACCESS_REQUEST_EDIT = "accessrequest:edit" ACCESS_REQUEST_LIST = "accessrequest:list" ACCESS_REQUEST_REQUESTER = "accessrequest:requester"