Ryan W
Ryan W
> Thanks for submitting a new pull request for this processor @r65535! > > Before reviewing the details, there appears to be a test failure in the automated build on...
@exceptionfactory - do you mind taking a look at this PR? I'm keen to get it merged into the nifi code base, if possible!
As an example, I want to deploy bitnami/zookeeper to k3s in an airgapped environment. - I can host the helm tgz in `/var/lib/rancher/k3s/server/static/charts` - I can auto-deploy the helm chart...
@dan-s1 - thanks for making the changes to this PR! 🥳 @exceptionfactory - do you think we could get this merged in for the 1.19.0 release?
Thanks for helping us get this over the line @exceptionfactory!
I'll copy in my use case, as I duplicated this issue! My team is running renovate against some golang repositories. We have set `postUpdateOptions` in `renovate.json` to run `gomodtidy`. Before...
> So would those commands be executed _before_ we run any `go` commands to update the `go.sum` file Yeah exactly - the `swag init ./...` command will generate a `docs/`...
I don't think it's been added to their admin guide... You can set all three properties in the UI, which then sends a PUT request to `/nifi-api/process-groups/root` with this kind...
Good point - these settings are on a processGroup level. The root processGroup settings are propagated down when a nested processGroup is added, but can be overridden. Should we allow...
I'm able to get SSL working by following the [quick start guide](https://konpyutaika.github.io/nifikop/docs/2_deploy_nifikop/1_quick_start), followed by applying [this](https://github.com/konpyutaika/nifikop/blob/master/config/samples/tls_secured_nificluster.yaml) sample NiFiCluster YAML (with basic tweaks, for OIDC etc) Are you able to share...