Actions
Bug #15025
openit should not be possible to create a variable with the same prefix as the technique name
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
This is because we implement the prefix as a bundle name in cfengine, which breaks when we define a variable from outside the bundle.
So we should detect and forbid this.
An ideal solution would be to forbid any name that is already in use (technique name, generated directive bundle name, system bundle ...)
Actions