- 
    Type:Task 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: 7.13.0-alpha3
- 
    Component/s: run
- 
    None
Problem
- In Run, the property names in the yml files under camunda.bpm.generic-properties.properties are in camel case notation (e.g. enablePasswordPolicy)
- However, all other property names are in dash notation style (e.g. enable-same-site-cookie)
Solution
Use the more yml-ish dash style consistently
AT
All property names in default.yml and production.yml are notated in dash style.