Actions
User story #3349
closedAdd global parameters that can be used in Directives
Status:
Released
Priority:
3
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
We want to have a way to define, within the Web Interface, global parameters, which are key -> values that we can use in Directives
A Parameter is a String that matches [a-zA-Z0-9_]+ ; and it may have an arbitrarly length
Within the Directive screen, we would use it with ${rudder.parameter.PARAM_NAME} (or shortcut are available: r.p.PARAM_NAME, rudder.param.PARAM_NAME, or any other combinaison)
A parameter may be overridable or not
Actions