[
https://issues.apache.org/jira/browse/NIFI-8448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph Gresock updated NIFI-8448:
---------------------------------
Description:
Implement a HashiCorpVaultSensitivePropertiesProvider that can be configured
with a transitKey String and the relevant nifi.properties. This transitKey
will be used in the identifierKey: "vault/[transitKey]"
The HCVSPP should configure a HashiCorpCommunicationService using the following
nifi.properties:
{code}
nifi.registry.sensitive.props.vault.addr=
nifi.registry.sensitive.props.vault.auth.properties.file=
# Use TLS configuration if addr is https
nifi.security.keystore=
nifi.security.keystoreType=
nifi.security.keystorPasswd=
nifi.security.keyPasswd=
nifi.security.truststore=
nifi.security.truststoreType=
nifi.security.truststorePasswd=
{code}
was:
Implement a HashiCorpVaultSensitivePropertiesProvider that can be configured
with a transitKey String and the relevant nifi.properties. This transitKey
will be used in the identifierKey: "vault/{transitKey}"
The HCVSPP should configure a HashiCorpCommunicationService using the following
nifi.properties:
{code}
nifi.registry.sensitive.props.vault.addr=
nifi.registry.sensitive.props.vault.auth.properties.file=
# Use TLS configuration if addr is https
nifi.security.keystore=
nifi.security.keystoreType=
nifi.security.keystorPasswd=
nifi.security.keyPasswd=
nifi.security.truststore=
nifi.security.truststoreType=
nifi.security.truststorePasswd=
{code}
> Add HashiCorpVaultSensitivePropertiesProvider
> ---------------------------------------------
>
> Key: NIFI-8448
> URL: https://issues.apache.org/jira/browse/NIFI-8448
> Project: Apache NiFi
> Issue Type: Sub-task
> Reporter: Joseph Gresock
> Priority: Minor
>
> Implement a HashiCorpVaultSensitivePropertiesProvider that can be configured
> with a transitKey String and the relevant nifi.properties. This transitKey
> will be used in the identifierKey: "vault/[transitKey]"
> The HCVSPP should configure a HashiCorpCommunicationService using the
> following nifi.properties:
> {code}
> nifi.registry.sensitive.props.vault.addr=
> nifi.registry.sensitive.props.vault.auth.properties.file=
> # Use TLS configuration if addr is https
> nifi.security.keystore=
> nifi.security.keystoreType=
> nifi.security.keystorPasswd=
> nifi.security.keyPasswd=
> nifi.security.truststore=
> nifi.security.truststoreType=
> nifi.security.truststorePasswd=
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)