Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
juldrixx committed Jan 11, 2024
1 parent 4ffcd00 commit 75bb8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Added

- [PR #361](https://github.com/konpyutaika/nifikop/pull/361) - **[Operator/NifiCluster]** Added `bootstrap-gcp.conf`, `bootstrap-aws.conf`, `bootstrap-azure.conf` and `bootstrap-hashicorp-vault.conf` files management.

### Changed

- [PR #340](https://github.com/konpyutaika/nifikop/pull/340) - **[Operator/NifiDataflow]** Updated the logic to stop the entire dataflow instead of just the processors when the parameter context reference is updated.
Expand Down
1 change: 0 additions & 1 deletion pkg/resources/nifi/secretconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (r *Reconciler) secretConfig(id int32, nodeConfig *v1.NodeConfig, serverPas
if configcommon.UseSSL(r.NifiCluster) {
secret.Data["authorizers.xml"] = []byte(r.getAuthorizersConfigString(nodeConfig, id, log))
}

if boostrapGCPPropertiesNodeConfig := r.generateBootstrapGCPPropertiesNodeConfig(id, nodeConfig, log); boostrapGCPPropertiesNodeConfig != nil {
secret.Data["bootstrap-gcp.conf"] = []byte(*boostrapGCPPropertiesNodeConfig)
}
Expand Down

0 comments on commit 75bb8ac

Please sign in to comment.