-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: add doctor diagnostic tests for v2 crypto #939
Conversation
Co-authored-by: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com>
QA notes: with sf v2.33.3 v2 crypto + generic unix keychain✅ ✅ after uninstalling all 3rd party plugins, both v2 crypto diagnostics pass ✅ diagnostics also detect linked plugins with old sfdx-core v1 crypto + generic unix keychain✅ no plugins, diagnostics detect full v2 crypto support and that v1 is being used v1 crypto + macos keychain✅ detect v2 crypto supported, can't tell which one is being used. CLI installed via installer, disabled installed node/nvm (
|
Co-authored-by: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com>
QA update: ✅ can see auth crypto diagnostics when
with exit code 0 |
What does this PR do?
REQUIRES: forcedotcom/sfdx-core#810
Adds doctor diagnostic tests for v2 crypto.
What issues does this PR fix or reference?
@W-14999859@