-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error: Cannot autolaunch D-Bus without X11 $DISPLAY
when using VisualStudioCodeCredential
on Linux Codespace
#21542
Comments
Hello @joshspicer ! It seems to me that an important part of the premise of the issue you’re brining to us is whether Now, why are we seeing this error? @azure/identity-vscode relies on keytar to work. This In summary, Keytar relies on secret readers like The best we can do is to improve the error message we provide. However, at the moment it is not clear to me what kind of guidance we should show, since the solution varies. One approach I’m seeing requires users to start the |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Release securityinsights microsoft.security insights 2022 12 01 preview resolved (Azure#21853) * Adds base for updating Microsoft.SecurityInsights from version preview/2022-11-01-preview to version 2022-12-01-preview * Updates readme * Updates API version in new specs and examples * Resolve merge conflicts in 2022-12-01-preview (Azure#21772) * Adds base for updating Microsoft.SecurityInsights from version preview/2022-11-01-preview to version 2022-12-01-preview * Updates readme * Updates API version in new specs and examples * Add tasks API to incidents and tasks action to automationRules (Azure#21542) * Use generated incidents swagger instead of manual * try to fix prettier * try to fix prettier * try to fix prettier * fix example casing * fix example casing * fix example path and body * fix alignment with previous swagger * Add tasks to incidents API * add task action to automationrules API * prettier * fix lint - missing workspaceName pattern * fix lint - missing workspaceName pattern * Update entity additional properties to match new oav example validation * Delete redundant examples Co-authored-by: ityankel <[email protected]> * Fix model and spell validations (Azure#21857) * Fix model validation * Add Ueba to custom-words Co-authored-by: Anat Gilenson <[email protected]> Co-authored-by: ityankel <[email protected]>
Hello! I am trying to use the
VisualStudioCodeCredential
helper to create a credential in VSCode (connected through a linux (debian) GitHub Codespace).Repro
Connect to a Codespace through the VsCode Client.
Attempt to
getToken
via theVisualStudioCodeCredential
.getToken
fails withError: Cannot autolaunch D-Bus without X11 $DISPLAY
.The text was updated successfully, but these errors were encountered: