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

Changing QST channel password via API throws error #6

Open
mmuller opened this issue Dec 1, 2015 · 1 comment
Open

Changing QST channel password via API throws error #6

mmuller opened this issue Dec 1, 2015 · 1 comment
Assignees

Comments

@mmuller
Copy link

mmuller commented Dec 1, 2015

Nuntium API version 0.21

We received a lot of New Relic alerts for errors occurring in Nuntium (11/24/2015).
In that case the channel was created by Resourcemap staging application through Nuntium API.

@ggiraldez
Copy link
Member

When updating a QST server channel and sending the password as part of the configuration options, the server doesn't re-encrypt it and it doesn't calculate a salt. The error is due to the missing salt.

See https://github.com/instedd/nuntium/blob/master/app/models/qst/server/qst_server_channel.rb#L74 and https://github.com/instedd/nuntium/blob/master/app/models/channel.rb#L362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants