./lib/constants.rb in strongdm-3.10.0 vs ./lib/constants.rb in strongdm-3.11.0

- old
+ new

@@ -88,10 +88,11 @@ # Providers responsible for multi-factor authentication module MFAProvider NONE = "" DUO = "duo" + TOTP = "totp" end # Activity Entities, all entity types that can be part of an activity. module ActivityEntityType USER = "user" @@ -103,10 +104,11 @@ SECRET_STORE = "secretstore" REMOTE_IDENTITY_GROUP = "remote_identity_group" REMOTE_IDENTITY = "remote_identity" ACCESS_REQUEST = "access_request" WORKFLOW = "workflow" + NODE = "node" end # Activity Verbs, describe which kind of activity has taken place. module ActivityVerb USER_ADDED = "user added" @@ -236,16 +238,20 @@ ACCESS_REQUESTED_TO_RESOURCE = "access requested to resource" ACCESS_REQUEST_TO_RESOURCE_APPROVED = "access request to resource approved" ACCESS_REQUEST_TO_RESOURCE_CANCELED = "access request to resource canceled" ACCESS_REQUEST_TO_RESOURCE_DENIED = "access request to resource denied" ACCESS_REQUEST_TO_RESOURCE_TIMED_OUT = "access request to resource timed out" + WORKFLOW_ADDED = "access workflow added" + WORKFLOW_DELETED = "access workflow deleted" WORKFLOW_RESOURCE_ASSIGNED = "resource assigned to workflow" WORKFLOW_RESOURCE_UNASSIGNED = "resource unassigned from workflow" WORKFLOW_RESOURCE_MULTIPLE_ASSIGNED = "multiple resources assigned to workflow" WORKFLOW_RESOURCE_MULTIPLE_UNASSIGNED = "multiple resources unassigned from workflow" WORKFLOW_NOTIFICATION_OPTION_ADDED = "workflow notification type added" WORKFLOW_NOTIFICATION_OPTION_REMOVED = "workflow notification type removed" WORKFLOW_NOTIFICATION_OPTIONS_UPDATED = "workflow notification settings updated" + WORKFLOW_NAME_UPDATED = "workflow name updated" + WORKFLOW_DESCRIPTION_UPDATED = "workflow description updated" ORG_VNM_SUBNET_UPDATED = "organization VNM subnet updated" ORG_VNM_RESOURCES_ALLOCATED = "organization resources allocated within VNM subnet" DEPRECATED_ORG_ACTIVATE_DEVICE_APPROVAL = "activate device approval" DEPRECATED_ORG_DEACTIVATE_DEVICE_APPROVAL = "deactivate device approval" EMULATION_MIGRATION_COMPLETED = "emulation migration completed"