konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
125 stars 42 forks source link

I want to make changes in login-identity-providers.xml as I want to run nifi cluster with single-user-credentials. #246

Closed narayanbhawar10 closed 1 year ago

narayanbhawar10 commented 1 year ago

Type of question

General Context

Support question

I want to make changes in login-identity-providers.xml and want to run nifi cluster with single-user-credentials.So Is there any way to update login-identity-providers.xml or run nificluster with single-user-credentials.

NiFiKop version

No response

Golang version

No response

Kubernetes version

No response

NiFi version

No response

pranavarnav2 commented 1 year ago

Single-user is required by us as well. This is enabled by changing nifi.properties file and running a command on NiFi start (./bin/nifi.sh set-single-user-credentials USERNAME PASSWORD). Since running a custom boot command isn't supported by NiFiKop, this isn't possible. If you can add a built-in option to enable single-user by a single setting in NifiCluster, that would be great.

juldrixx commented 1 year ago

Resolved by https://github.com/konpyutaika/nifikop/pull/278