-
Notifications
You must be signed in to change notification settings - Fork 6
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
When DCOS can't authenticate, we get connection errors, instead of a better error message #51
Comments
The error is actually slightly different than I showed above. I fixed the bug on riak_mesos/cli.py#L81 by wrapping If I don't have
If the user has not passed
If |
I have a DC/OS 1.8.3 cluster that I have installed the RMF on. I have seen this error before, so I duplicated it like this:
~/.dcos/dcos.toml
file and then removed thedcos_acs_token
lineI'm not sure how to properly handle this; I assume by the output that accessing the DC/OS cluster failed because of authentication errors and so then it tried to fall back to using configuration values for Marathon and Mesos Master and those were not set. Perhaps we need a better error message when authentication fails to clue the user into what is going on. It really was only intuition that this was the error when I ran into it previously.
The text was updated successfully, but these errors were encountered: