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

feat: adds --insecure-unmask-key to config whoami #1043

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

EverlastingBugstopper
Copy link
Contributor

closes #1023

previously, running rover config whoami would output your entire
API key to the terminal. This is not the documented behavior, and
it is insecure because someone could be sharing their screen
while trying to debug and accidentally leak their API key.

now, rover config whoami will mask your API key when it prints
to the terminal. you can override this behavior by passing the
--insecure-unmask-key flag.

@EverlastingBugstopper EverlastingBugstopper added this to the 0.4.9 or 0.5.0 milestone Mar 16, 2022
@EverlastingBugstopper EverlastingBugstopper added feature 🎉 new commands, flags, functionality, and improved error messages BREAKING ❗ a PR that represents a breaking change fix 🩹 fixes a bug labels Mar 16, 2022
previously, running `rover config whoami` would output your entire
API key to the terminal. This is not the documented behavior, and
it is insecure because someone could be sharing their screen
while trying to debug and accidentally leak their API key.

now, `rover config whoami` will mask your API key when it prints
to the terminal. you can override this behavior by passing the
--insecure-unmask-key flag.
@netlify
Copy link

netlify bot commented Mar 24, 2022

Deploy Preview for apollo-cli-docs ready!

Name Link
🔨 Latest commit de4a796
🔍 Latest deploy log https://app.netlify.com/sites/apollo-cli-docs/deploys/623cd0aa46435c0008913373
😎 Deploy Preview https://deploy-preview-1043--apollo-cli-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING ❗ a PR that represents a breaking change feature 🎉 new commands, flags, functionality, and improved error messages fix 🩹 fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rover outputs entire API Key unmasked with the whoami command
1 participant