turcsanyip commented on a change in pull request #4348:
URL: https://github.com/apache/nifi/pull/4348#discussion_r444389267
##########
File path:
nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/src/main/java/org/apache/nifi/atlas/reporting/ReportLineageToAtlas.java
##########
@@ -322,9 +328,19 @@
private static final String ATLAS_PROPERTY_CLUSTER_NAME =
"atlas.cluster.name";
private static final String ATLAS_PROPERTY_REST_ADDRESS =
"atlas.rest.address";
private static final String ATLAS_PROPERTY_ENABLE_TLS = "atlas.enableTLS";
+ private static final String ATLAS_PROPERTY_TRUSTSTORE_FILE =
"truststore.file";
Review comment:
Replaced the literals with the Atlas constants but keeping the local
constants because the Atlas names are not really straightforward.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]