Commit d4a101b
feat: Integrate listener operator (#784)
* add support for listeners
* add very basic integration test
* add pr number to changelog
* add external-access test
* chore: Add NiFi 2.4.0 and remove 2.2.0 (#797)
add NiFi 2.4.0 and remove 2.2.0
* test: Add test for Apache Iceberg integration (#785)
* Clean up smoke test
* clean up smoke test part 2
* Add working test :)
* Move files
* Add and test HDFS functionality
* Kerbize HDFS and HMS
* Add Kerberos test
* Use nightly image
* linter
* Update Iceberg docs
* changelog
* Small bumps
* Update docs/modules/nifi/pages/usage_guide/writing-to-iceberg-tables.adoc
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
---------
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
* wip: update listener implementation based on implementation for superset operator
* use single listener with pvc per rolegroup
* update integration tests with crd change
* restore iceberg test file
* fix listener class in iceberg test
* expose https port in headless service
* update comment
* address feedback from review
* remove unused error variants
* create headless service name in function
* remove unused functions
* move listenerClass to roleConfig
* use new headless service name in integration tests
* move listener constants to listener module
* remove duplicate iceberg test
* remove hard-coded names
* fix integration tests
* remove hardcoded role name
* improve code quality
* set rolegroup label on listener pvcs to none
* fix app version label on listener
* set rolegroup label on listener pvcs
* remove listener class from trino in iceberg test
* add note on custom ListenerClasses to docs
* remove version argument in reporting task
* rename headless service
* fix iceberg test
* create separate headless services
* add missing file
* fix iceberg test
* use listener scope for tls
---------
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>1 parent 791d835 commit d4a101b
54 files changed
Lines changed: 800 additions & 486 deletions
File tree
- deploy/helm/nifi-operator
- crds
- templates
- docs/modules/nifi
- examples/getting_started
- pages/usage_guide
- examples
- rust/operator-binary/src
- config
- crd
- reporting_task
- security
- tests
- templates/kuttl
- custom-components-git-sync
- external-access
- iceberg
- ldap
- oidc-opa
- smoke_v1
- smoke_v2
- upgrade
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 197 | | |
212 | 198 | | |
213 | 199 | | |
| |||
790 | 776 | | |
791 | 777 | | |
792 | 778 | | |
| 779 | + | |
793 | 780 | | |
794 | 781 | | |
795 | 782 | | |
796 | 783 | | |
797 | 784 | | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
798 | 788 | | |
799 | 789 | | |
800 | 790 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
93 | 104 | | |
94 | 105 | | |
95 | 106 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| 151 | + | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| 151 | + | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| 170 | + | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
284 | | - | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 4 | + | |
| 5 | + | |
12 | 6 | | |
13 | 7 | | |
14 | 8 | | |
15 | 9 | | |
16 | | - | |
17 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
18 | 13 | | |
19 | | - | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
0 commit comments