workflow-cli
workflow-cli copied to clipboard
deis registry:unset unauthorized
$ 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!
Are you authenticated? This error usually indicates you need to log in with deis login.
Checked that. Is authenticated.
Interesting. I also notice its a different error message than the usual unauthenticated message, so I don't know what's going on.
This issue was moved to teamhephy/workflow-cli#2