gresockj commented on a change in pull request #5274:
URL: https://github.com/apache/nifi/pull/5274#discussion_r681698547
##########
File path:
nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/PropertyProtectionScheme.java
##########
@@ -26,6 +26,7 @@
public enum PropertyProtectionScheme {
AES_GCM("aes/gcm/(128|192|256)", "aes/gcm/%s", "AES Sensitive Property
Provider", true),
AWS_KMS("aws/kms", "aws/kms", "AWS KMS Sensitive Property Provider",
false),
+ AZURE_KEYVAULT("azure/keyvault", "azure/keyvault", "Azure Key Vault
Sensitive Property Provider", false),
Review comment:
As above, this would become AZURE_KEYVAULT_KEY and azure/keyvault/key
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]