You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/12/10 18:30:27 UTC

[GitHub] [nifi] VadimBabich commented on pull request #6545: NIFI-9697: Implemented AzureKeyVaultSecretsParameterProvider and Azur…

VadimBabich commented on PR #6545:
URL: https://github.com/apache/nifi/pull/6545#issuecomment-1345356444

   Hi
   Getting a certificate from an Azure Key Vault throws a **java.lang.NullPointerException** at the line: _org/apache/nifi/parameter/azure/AzureKeyVaultSecretsParameterProvider.java:148_. Looks like _com.azure.security.keyvault.secrets.models.SecretProperties#tags_ is **null** in the case of certificates.
   
   - JDK17
   - NiFi 1.19.1
   - Azure access policies: only Secret Permissions - Get, List 
   - azure-security-keyvault-secrets-4.5.0.jar
   <img width="430" alt="Screenshot 2022-12-10 at 19 29 12" src="https://user-images.githubusercontent.com/33258207/206870005-fe66a3e2-23b7-4993-b1a0-7cbd3a0a4232.png">
   
   
   Thnaks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org