Hide Forgot
Description of problem: When editing environment variables in the DC->Edit page, environment variables starting with underscores fail validation. Some environment variables do start with _ . This validation does not appear to take place on the "Environment" tab of the DC which permits environment variables which start with _. Version-Release number of selected component (if applicable): 3.4.0 How reproducible: 100% Steps to Reproduce: 1. Create a deployment config 2. On the environment tab, add an environment variable _TEST=1 3. Save your changes 4. Select "Edit" from the DC Actions drop down box Actual results: I see a validation error on _TEST Expected results: _TEST is a valid environment variable. Additional info:
Checked against v1.4.0-alpha.1+9c4f9ee-179 Now user could succeed in adding environment variable _TEST=1 on DC Environment Tab & Edit DC page Move to VERIFIED