-
Notifications
You must be signed in to change notification settings - Fork 894
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
v3.9.2 fails to decrypt with Azure KeyVault #1695
Comments
+1, we are also experiencing this. Will downgrade versions for now. |
Had same issue, setting: |
Considering the error message and that setting |
i tested locally with the current versions from sops 3.9.2 github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.0 which uses When i try to decrypt a value using this versions i get the same error from the azcore package From sops 3.9.1 to 3.9.2 both packages were upgraded to the latest version, so i tested the 3.9.1 versions as well Downgrading to does not raise any error and works as expected Note: The github.com/Azure/azure-sdk-for-go/sdk/azidentity does not make any problems and the latest v1.8.0 can be used in both cases Below is a simple code ro reproduce
|
Someone opened this issue in https://github.com/Azure/azure-sdk-for-go which seems related to what we see here: Azure/azure-sdk-for-go#23851 |
Since v3.9.2 I'm unable to decrypt my data.
v3.9.1 still works as expected.
The text was updated successfully, but these errors were encountered: