apollographql / rover

The CLI for Apollo GraphOS
https://rover.apollo.dev
Other
404 stars 85 forks source link

`rover config whoami` does not work with user API Key #1962

Open burn2delete opened 1 month ago

burn2delete commented 1 month ago

Description

rover config whoami does not work with user API Key

Steps to reproduce

Create a key from Personal Settings > API Keys

Expected result

Rover should work

Actual result

Rover fails but does not exit with an error.

Environment

(reporting on behalf of customer, rover is running from Azure DevOps Pipelines)

dotdat commented 1 month ago

@burn2delete once the API key is created in Personal Settings, how is this key supplied to rover?

For example, using the APOLLO_KEY env var, or a config profile? docs reference

Also, is it possible to share the output of rover -l debug config whoami?