-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can't use passwords with symbols #230
Comments
I pushed a fix. You may use |
This allow to use special symbols. Fixes #230
@nviennot shouldn't be the opposite, shouldn't Nobrainer use For instance I'm deploying a RethinkDB cluster in Kubernetes. I have the password in a Secret and both the cluster and the Rails app take the password from that Secret. Now if Nobrainer would apply the What's your input about this? |
You can use environment variables, just URI encode the username/password. |
Given a Kubernetes Secret which holds the RethinkDB password to be used:
On the Rails, I agree with you, it would be possible to URI encore the username/password and it would work, but then it wouldn't make it on the RethinkDB side, since it would use the given string as a password. Second, NoBrainer is building an URL, so it make sense that it escape characters. |
nobrainers uri parsing breaks when using passwords that include signs like '/' or '@'
The text was updated successfully, but these errors were encountered: