deis / deis/workflow-cli

deis registry:unset unauthorized

Open
#312 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
31
Forks
42
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.