Trying to upgrade CSE to latest version of CSE 1.2.7 and during upgrade process facing error , like this: Missing keys in config file ‘service’ section: {‘enforce_authorization’}
with this new release there are many new options has been added in to configuration file considering PKS integration , so to resolve this issue , there are two options:
- Create a new sample config.yaml file using command:
- cse sample > myconfig.yaml – and reconfigure it.
- If don’t need PKS integration as of now and edit the existing config.yaml file and add “enforce_authorization: false” in to service section
and once you done the changes , re-run the command and it should now successfully complete the process.
this new process has not been documented properly in the CSE git page 🙂