Actions
Bug #29371
closed[puppet_pulpcore] Update pulp/settings.py to support pulpcore3.2 changes
Description
There are some changes needed to template/settings.py to support pulpcore 3.2
We need the below to support 3.2:
AUTHENTICATION_BACKENDS = ['pulpcore.app.authentication.PulpNoCreateRemoteUserBackend']
REST_FRAMEWORK__DEFAULT_AUTHENTICATION_CLASSES = (
'rest_framework.authentication.SessionAuthentication',
'pulpcore.app.authentication.PulpRemoteUserAuthentication'
)
ALLOWED_IMPORT_PATHS = ['/var/www/test_repos']
Updated by Samir Jha almost 5 years ago
- Subject changed from Update pulp/settings.py to support pulpcore3.2 changes to [puppet_pulpcore] Update pulp/settings.py to support pulpcore3.2 changes
Updated by Anonymous almost 5 years ago
- Status changed from New to Closed
Applied in changeset puppet-pulpcore|f59265ebb9fbe9cceddad37400849f8935538d1e.
Actions