deis / workflow-cli

The CLI for Deis Workflow
http://deis.com
MIT License
31 stars 43 forks source link

deis registry:unset unauthorized #312

Open adnaan opened 7 years ago

adnaan commented 7 years ago
$ deis version
v2.14.1

Setting registry set value works ok:

deis registry:set username=adnaan password=dummy --app=myapp
Applying registry information... done

=== myapp Registry
password     dummy
username     adnaan

Unsetting registry values does not:

$ deis registry:unset username password --app=myapp
Applying registry information... Error: Unknown Error (400): {"detail":"unauthorized: authentication required"}

EDIT:

Is this is the intended behaviour here? I expected this to go through while the release fails. Thank you!

Joshua-Anderson commented 7 years ago

Are you authenticated? This error usually indicates you need to log in with deis login.

adnaan commented 7 years ago

Checked that. Is authenticated.

Joshua-Anderson commented 7 years ago

Interesting. I also notice its a different error message than the usual unauthenticated message, so I don't know what's going on.

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/workflow-cli#2