-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- Package Name: azure-identity
- Package Version: 1.4.0 b3
- Operating System: Linux
- Python Version: 3.8.3
Describe the bug
I'm trying to use the new Azure CLI authentication integration and in a simple program that tries to get and set vault secrets, I get the segmentation fault given below.
Fatal Python error: Segmentation fault
Current thread 0x00007f0dcadda740 (most recent call first):
File "/site-packages/azure/identity/_credentials/linux_vscode_adapter.py", line 73 in _get_refresh_token
File "/site-packages/azure/identity/_credentials/linux_vscode_adapter.py", line 93 in get_credentials
File "/site-packages/azure/identity/_credentials/vscode_credential.py", line 55 in get_token
File "/site-packages/azure/identity/_credentials/chained.py", line 63 in get_token
File "/site-packages/azure/identity/_credentials/default.py", line 121 in get_token
File "/site-packages/azure/keyvault/secrets/_shared/challenge_auth_policy.py", line 137 in _handle_challenge
File "/site-packages/azure/keyvault/secrets/_shared/challenge_auth_policy.py", line 111 in send
File "/site-packages/azure/core/pipeline/policies/_retry.py", line 436 in send
File "/site-packages/azure/core/pipeline/policies/_redirect.py", line 157 in send
File "/site-packages/azure/core/pipeline/_base.py", line 71 in send
File "/site-packages/azure/core/pipeline/_base.py", line 71 in send
File "/site-packages/azure/core/pipeline/_base.py", line 71 in send
File "/site-packages/azure/core/pipeline/_base.py", line 71 in send
File "/site-packages/azure/core/pipeline/_base.py", line 208 in run
File "/site-packages/azure/keyvault/secrets/_shared/_generated/v7_1_preview/operations/_key_vault_client_operations.py", line 3200 in set_secret
File "/site-packages/azure/keyvault/secrets/_client.py", line 112 in set_secret
File "/site-packages/azure/core/tracing/decorator.py", line 83 in wrapper_use_tracer
File "vault.py", line 18 in set_secret
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that