coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Improve behavior around bad credentials #45

Closed mrocklin closed 4 years ago

mrocklin commented 4 years ago

If you've logged in again then old config files that hold a token are made invalid. In this case users get an non-informative error.

Either we should improve this error, or we should consider going through the signin process again, but now forgetting the provided token.

cc @marcosmoyano @jrbourbeau

TomAugspurger commented 4 years ago

Piggy-backing on this, I think I was seeing issues with my config.

# file: ~/.config/dask/coiled.yaml
coiled:
  # server: https://beta.coiledhq.com
  server: https://beta.coiled.io
  token: <token>
  user: tomaugspurger

I had the (old?) server URL beta.coiledhq.com and got some message about "Authentication not provided" when doing things like coiled login --token <token>.

dantheman39 commented 4 years ago

Fixed in release 0.2.23