Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow AMQP URLs to be loaded from files. #1205

Merged
merged 2 commits into from
Nov 30, 2015
Merged

Allow AMQP URLs to be loaded from files. #1205

merged 2 commits into from
Nov 30, 2015

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Nov 28, 2015

This allows secret values to be separated from the main config.

Part of #1157

@jsha jsha added the r? label Nov 29, 2015
@@ -127,7 +127,7 @@
"maxContactsPerRegistration": 100,
"debugAddr": "localhost:8002",
"amqp": {
"server": "amqp://guest:guest@localhost:5673",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave one of these as the old style so that it breaks if the code is broken in the future?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@jmhodges
Copy link
Contributor

LGTM

@rolandshoemaker
Copy link
Contributor

Conflicts need to be fixed.

This allows secret values to be separated from the main config.

Part of #1157
@jsha
Copy link
Contributor Author

jsha commented Nov 30, 2015

Fixed conflicts.

@jmhodges
Copy link
Contributor

LGTM

jmhodges added a commit that referenced this pull request Nov 30, 2015
Allow AMQP URLs to be loaded from files.
@jmhodges jmhodges merged commit 7f6cb6a into master Nov 30, 2015
@jmhodges jmhodges deleted the amqp-secrets branch November 30, 2015 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants