Skip to content

Commit

Permalink
Correctly disable fedmsg signatures for local dev
Browse files Browse the repository at this point in the history
The setting to turn off signature validation during development
is `validate_signatures` rather than `validate_messages`.
  • Loading branch information
ncoghlan authored Jan 11, 2017
1 parent 203dcd7 commit 93ca9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedmsg.d/fedmsg-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
zmq_strict=False,

sign_messages=False,
validate_messages=False,
validate_signatures=False,
)

0 comments on commit 93ca9af

Please sign in to comment.