dtrdnk

Results 7 comments of dtrdnk

> This is most likely due to NiFi 1.19.0 docker base image changed to eclipse-temurin:jre-11 from openjdk:8-jre. This changed the cacerts location from `/usr/local/openjdk-8/lib/security/cacerts` to `/opt/java/openjdk/lib/security/cacerts`. Maybe you are right....

> @wknickless @dtrdnk #294 fixes the issue and bumps NiFi to 1.20. > > I'm happy to merge the PR but I would be more at ease with more eyes...

> Hi @banzo, in my PR #294, I just reatart nifi pod to make it reload new keystore, it seems the autoreload feature is broken and has not been fixed...

> @dtrdnk is one of those issues describing the problem or do we need to create a new one? > > https://issues.apache.org/jira/browse/NIFI-10425?jql=project%20%3D%20NIFI%20AND%20text%20~%20autoreload Thank you! This issue [NIFI-10425](https://issues.apache.org/jira/browse/NIFI-10425) looks like our...

> Could you help me understand a bit more about why you've classified this as a fix? Because you use ip-address as hosts in inventory file in etcd_cluster group. Normally,...

> Could you consider this change in a broader context? Yeah. I offer two variants for using automatically generated variables: - globally, if the variable will be used in two...

Take both. As I say above, in roles without reusing vars between roles, just keep them in **/defaults/main.yml**. In roles with sharing vars, use specific default role p.s thx for...