Actions
User story #3502
closedUser story #3500: Prevent workflow self Validation/Deployment
Add migration script for properties to handle self Validation/Deployment
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
Web - Maintenance
Target version:
Effort required:
Name check:
Fix check:
Regression:
Description
To handle self validation/deployment and make it customisable by users we need to add 2 properties.
# Enable self validation (default false) # # If false, no change request can be validated by it's creator # So every change request will need to be reviewed by someone different from # who requested this changed # # Boolean, defaults to false. rudder.workflow.self.validation=false # Enable self deployment (default true) # # If false, no change request can be deployed by it's creator # So every change request will need to be deployed by someone different from # who requested this changed # # Boolean, defaults to true. rudder.workflow.self.deployment=true
Actions