bright-architect-36509
09/10/2019, 5:19 PMpulumi login --local
I'm not able to login to the pulumi backend anymore. I tried pulumi login
, pulumi login <http://app.pulumi.com|app.pulumi.com>
. I'm getting this error
error: problem logging in: getting user info from <http://app.pulumi.com>: unmarshalling response object: invalid character '<' looking for beginning of value
broad-dog-22463
09/10/2019, 5:37 PMbright-architect-36509
09/10/2019, 5:43 PMclever-sunset-76585
09/10/2019, 6:44 PMpulumi login <https://api.pulumi.com>
. Notice that it is api
and not app
.
There is an issue open to make the error message more helpful: https://github.com/pulumi/pulumi/issues/3194bright-architect-36509
09/10/2019, 9:36 PMlocal
so I wasn't able to login to pulumi backend... Moreover, the [login page](https://www.pulumi.com/docs/reference/cli/pulumi_login) says it should be <http://app.pulumi.com|app.pulumi.com>
(app
instead of api
) so this create MORE confusion 😛clever-sunset-76585
09/10/2019, 10:08 PMMoreover, the [login page](https://www.pulumi.com/docs/reference/cli/pulumi_login) says it should beDo you mean this line?<http://app.pulumi.com|app.pulumi.com>
By default, this will log into <http://app.pulumi.com|app.pulumi.com> ...
If so, the page is correct, but a bit unclear. By specifying the api.pulumi.com URL as the backend for the CLI, you will be logged-into your account that you have on app.pulumi.com. But I can see how that is confusing. I’ll add an issue to clarify that.