Commit 129caf5
Feat: Trino Listener Integration (#753)
* add listener to roles
* wip - adapt role and rolegroup access
* remove unused error
* fmt
* fix tests
* fmt
* regenerated charts
* add docs
* wip - working
* make headless service name a function
* added tests
* adapted changelog
* move scripts to commons folder, fix tests
* new lines
* fix tls test
* fix authentication test
* fix opa test
* attempt to fix
* adapt getting started to listener
* use role level listener
* add lost comment
* fix listener examples / comments
* Apply suggestions from code review
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
* clippy
* fix smoke test
* fix tls test
* fix authorization test
* regenerate charts
* fix metrics test for lsitener changes
* fix test
* Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
* Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
* fmt
* fix app version
* remove merge artifact
* adapt readme for smoke aws test
* move rolegroup_metrics_service_name out of cluster impl
* typo
---------
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>1 parent 6b83a29 commit 129caf5
46 files changed
Lines changed: 736 additions & 821 deletions
File tree
- deploy/helm/trino-operator
- crds
- templates
- docs/modules/trino
- examples/getting_started/code
- pages/usage-guide
- rust/operator-binary/src
- config
- crd
- tests
- templates/kuttl
- authentication
- commons
- listener
- logging
- smoke_aws
- smoke
- tls
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 | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 108 | | |
126 | 109 | | |
127 | 110 | | |
| |||
436 | 419 | | |
437 | 420 | | |
438 | 421 | | |
| 422 | + | |
439 | 423 | | |
440 | 424 | | |
441 | 425 | | |
442 | 426 | | |
443 | 427 | | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
444 | 432 | | |
445 | 433 | | |
446 | 434 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | | - | |
15 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments