Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deis registry:unset unauthorized #312

Open
adnaan opened this issue Jun 18, 2017 · 4 comments
Open

deis registry:unset unauthorized #312

adnaan opened this issue Jun 18, 2017 · 4 comments

Comments

@adnaan
Copy link

adnaan commented Jun 18, 2017

$ 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
Copy link
Contributor

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

@adnaan
Copy link
Author

adnaan commented Jun 19, 2017

Checked that. Is authenticated.

@Joshua-Anderson
Copy link
Contributor

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

@Cryptophobia
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants