Project

Profile

Help

Story #2416

Updated by mhrivnak almost 7 years ago

The setup workflow first installation (not update) of RPM package for a new deployment of Pulp platform needs to generate a random SECRET_KEY[0] for the Django app serving the API. 

 This should not be done by the RPM installation automatically, so that pre-built images can be re-used with their own config and especially their own secrets. 

  


 [0] https://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-SECRET_KEY

Back