Bug #29371
[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']
Associated revisions
History
#1
Updated by Samir Jha over 2 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
#2
Updated by Anonymous over 2 years ago
- Status changed from New to Closed
Applied in changeset puppet-pulpcore|f59265ebb9fbe9cceddad37400849f8935538d1e.
Fixes #29371 - Update settings.py for pulpcore3.2
Fixes #29371 - Add tests and add param import paths