Project

General

Profile

Actions

Bug #29371

closed

[puppet_pulpcore] Update pulp/settings.py to support pulpcore3.2 changes

Added by Samir Jha about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

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']

Actions #1

Updated by Samir Jha about 4 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
Actions #2

Updated by Anonymous about 4 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF