This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple fixes related to secure clusters (#93)
* Use the proper port variable when clusterSecure is enabled. The Ingress definition was using the httpPort by default instead of the httpsPort when the cluster was installed in secure mode. * Bump chart version to 0.5.5 * Leave all the security configurations blank in nifi.properties by default. Nifi 1.12.1 checks whether any of these `nifi.security.XXX` values is non-empty to determine whether the user wants to set a keystore or not. We leave them blank by default so unsecured clusters will at least run. Fixes the "TlsException: The keystore properties are not valid" error when starting up. Fixes #77 * Set the keystore and truststore types to jks when clusterSecure is true This is a continuation of c5322c5 , it allows secured clusters to start up again by setting the keystore types to their expected values. * Corrected the label key for the soft antiAffinity configuration It was previously using "component" as the key, which doesn't actually exist by default, the proper key should be "app". Co-authored-by: Alexandre Nuttinck <alexandre.nuttinck@cetic.be>
- Loading branch information