Cannot add more than 1 line inside Attributes Match Node Enhancer.
1 from 7 nodes (Node: desktop-rd) has two attributes that should successfully match to add the new attribute to the only mentioned node (Resource Model Attributes: environment="STG" and region="SV").
If it's added more than one line in Attribute Matches, the node enhancer will not add the new attribute, in fact, it adds it to other nodes that don't have the environment="STG" and region="SV" attributes. Test below:
Also tested with delimiters like commas, space, or newline. None of this working.
To workaround this, create a unique attribute for the node (i.e: region_env="world_dev"). This way it can be added successfully the new attribute to the correct node only. Examples below:
Expected Behaviour:
Working with more than one attribute without creation of mixed/unique attributes or multiple additions of Match Attributes Node Enhancers.
Cannot add more than 1 line inside Attributes Match Node Enhancer.
1 from 7 nodes (Node: desktop-rd) has two attributes that should successfully match to add the new attribute to the only mentioned node (Resource Model Attributes: environment="STG" and region="SV").
If it's added more than one line in Attribute Matches, the node enhancer will not add the new attribute, in fact, it adds it to other nodes that don't have the environment="STG" and region="SV" attributes. Test below:
Also tested with delimiters like commas, space, or newline. None of this working.
To workaround this, create a unique attribute for the node (i.e: region_env="world_dev"). This way it can be added successfully the new attribute to the correct node only. Examples below:
Expected Behaviour: Working with more than one attribute without creation of mixed/unique attributes or multiple additions of Match Attributes Node Enhancers.