Turn on fedmsg for PDC.
This commit is contained in:
parent
37805e4c02
commit
a457556110
3 changed files with 9 additions and 6 deletions
|
@ -29,6 +29,5 @@ fedmsg_certs:
|
||||||
- service: pdc
|
- service: pdc
|
||||||
owner: root
|
owner: root
|
||||||
group: apache
|
group: apache
|
||||||
# We don't have notifications from PDC yet, but when we do, add them here.
|
can_send:
|
||||||
#can_send:
|
- pdc.compose
|
||||||
#- pdc.somethingorother
|
|
||||||
|
|
|
@ -29,6 +29,5 @@ fedmsg_certs:
|
||||||
- service: pdc
|
- service: pdc
|
||||||
owner: root
|
owner: root
|
||||||
group: apache
|
group: apache
|
||||||
# We don't have notifications from PDC yet, but when we do, add them here.
|
can_send:
|
||||||
#can_send:
|
- pdc.compose
|
||||||
#- pdc.somethingorother
|
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
# settings, please remember to update your settings_local.py
|
# settings, please remember to update your settings_local.py
|
||||||
# when the items you extended got updated in settings.py.
|
# when the items you extended got updated in settings.py.
|
||||||
|
|
||||||
|
# Turn on the fedmsg publishing plugin.
|
||||||
|
MESSAGE_BUS = {
|
||||||
|
'MLP': 'fedmsg', # MLP: Messaging Library Package
|
||||||
|
}
|
||||||
|
|
||||||
REST_FRAMEWORK = {
|
REST_FRAMEWORK = {
|
||||||
'DEFAULT_AUTHENTICATION_CLASSES': (
|
'DEFAULT_AUTHENTICATION_CLASSES': (
|
||||||
'pdc.apps.auth.authentication.TokenAuthenticationWithChangeSet',
|
'pdc.apps.auth.authentication.TokenAuthenticationWithChangeSet',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue