We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rover exposes the full API key when the rover config whoami command is invoked.
rover config whoami
Execute rover config whoami Observe the output
The API key should be masked per the Rover documentation for E014
Key Type: USER User ID: [email protected] Origin: --profile default API Key: user:******:****M6Pw
The API Key is unmasked
Run rover info and paste the results here
rover info
raznar@raznar-apollo ~ % rover info Rover Info: Version: 0.4.0 Install Location: /Users/raznar/.rover/bin/rover OS: Mac OS 12.1.0 [64-bit] Shell: /bin/zsh
The text was updated successfully, but these errors were encountered:
EverlastingBugstopper
Successfully merging a pull request may close this issue.
Description
Rover exposes the full API key when the
rover config whoami
command is invoked.Steps to reproduce
Execute
rover config whoami
Observe the output
Expected result
The API key should be masked per the Rover documentation for E014
Actual result
The API Key is unmasked
Environment
Run
rover info
and paste the results hereraznar@raznar-apollo ~ % rover info Rover Info: Version: 0.4.0 Install Location: /Users/raznar/.rover/bin/rover OS: Mac OS 12.1.0 [64-bit] Shell: /bin/zsh
The text was updated successfully, but these errors were encountered: