[ https://issues.apache.org/jira/browse/NIFI-8445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344778#comment-17344778 ]
ASF subversion and git services commented on NIFI-8445: ------------------------------------------------------- Commit ed591e0f222cab83ca0c4bff830274ae8f48bcea in nifi's branch refs/heads/main from Joe Gresock [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ed591e0 ] NIFI-8445: Implemented HashiCorpVaultCommunicationService in nifi-vault-utils This closes #5034 Signed-off-by: David Handermann <exceptionfact...@apache.org> > Implement Hashicorp VaultCommunicationService > --------------------------------------------- > > Key: NIFI-8445 > URL: https://issues.apache.org/jira/browse/NIFI-8445 > Project: Apache NiFi > Issue Type: Sub-task > Reporter: Joseph Gresock > Assignee: Joseph Gresock > Priority: Minor > Time Spent: 1h 50m > Remaining Estimate: 0h > > Suggest using Spring's VaultTemplate to expose an initial set of > Vault-related methods that can be later expanded. > Should take the following configuration: > # Vault address (e.g., [https://localhost:8200|https://localhost:8200/]) > # TLS configuration (used only if address is https) > # Properties file location for configuring Vault Authentication Method > Should expose the initial methods: > * encrypt(String transitKey, byte[] plainText) > * decrypt(String transitKey, String cipherText) > This service should be able to be used initially in the NiFi core code and > Encrypt-Config tool code, and should eventually be made available to the NiFi > Registry code. -- This message was sent by Atlassian Jira (v8.3.4#803005)