Julien Guitton

Results 46 comments of Julien Guitton

Hello, you can inject your cerficate in NiFi TrustStore using the `initContainers` and overring Bootstrap configuration to ask the JVM to use it instead of the default one. You can...

You can create the `conf` volume like that in `NifiCluster` resource. ```yaml ... nodeConfigGroups: default_group: ... storageConfigs: - mountPath: /opt/nifi/nifi-current/conf name: conf reclaimPolicy: Delete metadata: labels: my-label: my-value annotations: my-annotation:...

Hello, We had started work on implementing the feature in this [PR](https://github.com/konpyutaika/nifikop/pull/344) but we were missing a feature in NiFi for which we had requested validation of the implementation (https://issues.apache.org/jira/browse/NIFI-12590)...

> Hello team, > > It seems issue has beed resolved on Apache side. Could you please return back to the feature? It is quite important for product future to...

> Yes, to have the operator create a group in NiFi for you, use the `NifiUserGroup` resource. > > I've never deployed a NiFi with single user configuration and tried...

> @mh013370 As it's still in evaluation, I won't migrate anything and just create a new one. That's not a problem. I will have another look. Thank you very much...