StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

Setup wrapped hutbot password in single quotes resulting in authorisation failure in the hipchat server. #325

Closed StuartWhelan closed 8 years ago

StuartWhelan commented 8 years ago

My bots password includes a !.

In the answers.json file it got wrapped in single quotes, which means in the systemd init script the password got wrapped in single quotes.

This got passed through to the docket container as a password with single quotes, which resulted in an authorization failed.

If I remove the single quotes all the way back in the answers.json, and do an update system the bot can log in okay.