Skip to content

Commit 2ef2dc0

Browse files
committed
adapted changelog
1 parent d98d2f0 commit 2ef2dc0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: Reworked authorization config to closer match the Apache NiFi internal autorizer interfaces ([#884]).
10+
711
### Fixed
812

913
- Also listen on the loopback interface so that k8s port-forwards work ([#870]).
10-
- The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` property instead of hard-coding the package name to `nifi` ([#881]).
14+
- The operator now utilizes the `.spec.clusterConfig.authorization.opa.package` property instead of hard-coding the package name to `nifi` ([#881]).
15+
- An `initialAdminUser` can now be provided for file-based authorization (e.g. LDAP) ([#884]).
1116

1217
[#870]: https://github.com/stackabletech/nifi-operator/pull/870
1318
[#881]: https://github.com/stackabletech/nifi-operator/pull/881
19+
[#884]: https://github.com/stackabletech/nifi-operator/pull/884
1420

1521
## [25.11.0] - 2025-11-07
1622

0 commit comments

Comments
 (0)