workflow-cli icon indicating copy to clipboard operation
workflow-cli copied to clipboard

deis registry:unset unauthorized

Open adnaan opened this issue 8 years ago • 4 comments

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

adnaan avatar Jun 18 '17 01:06 adnaan

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

Joshua-Anderson avatar Jun 18 '17 22:06 Joshua-Anderson

Checked that. Is authenticated.

adnaan avatar Jun 19 '17 07:06 adnaan

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

Joshua-Anderson avatar Jun 19 '17 11:06 Joshua-Anderson

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

Cryptophobia avatar Mar 21 '18 14:03 Cryptophobia