teamhephy / workflow-cli

MIT License
2 stars 13 forks source link

deis registry:unset unauthorized #2

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @adnaan on June 18, 2017 1:38

$ 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!

Copied from original issue: deis/workflow-cli#312

Cryptophobia commented 6 years ago

From @Joshua-Anderson on June 18, 2017 22:3

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

Cryptophobia commented 6 years ago

From @adnaan on June 19, 2017 7:17

Checked that. Is authenticated.

Cryptophobia commented 6 years ago

From @Joshua-Anderson on June 19, 2017 11:15

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