Commit 70a7d9f
refactor(openlineage): use credentialsSecretName instead of AuthenticationClass
Follows the operator-rs change: derive the OpenLineage backend bearer token from
the connection's `credentialsSecretName` Secret (key `apiKey`) instead of
resolving a Static AuthenticationClass. Drops ResolvedOpenLineageAuth and the
authenticationclasses RBAC rule.
See stackabletech/decisions#90
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 92535f1 commit 70a7d9f
12 files changed
Lines changed: 69 additions & 238 deletions
File tree
- deploy/helm/spark-k8s-operator/templates
- docs/modules/spark-k8s/pages/usage-guide
- extra
- rust/operator-binary/src
- crd
- spark_k8s_controller
- tests/templates/kuttl/openlineage
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | 205 | | |
215 | 206 | | |
216 | 207 | | |
| |||
Lines changed: 9 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 92 | | |
103 | 93 | | |
104 | 94 | | |
105 | 95 | | |
106 | | - | |
| 96 | + | |
107 | 97 | | |
108 | | - | |
| 98 | + | |
109 | 99 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
115 | 103 | | |
116 | 104 | | |
117 | 105 | | |
118 | 106 | | |
119 | 107 | | |
120 | 108 | | |
121 | | - | |
| 109 | + | |
122 | 110 | | |
123 | 111 | | |
124 | 112 | | |
125 | 113 | | |
126 | 114 | | |
127 | | - | |
| 115 | + | |
128 | 116 | | |
129 | 117 | | |
130 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1987 | 1987 | | |
1988 | 1988 | | |
1989 | 1989 | | |
1990 | | - | |
| 1990 | + | |
1991 | 1991 | | |
1992 | | - | |
1993 | | - | |
1994 | | - | |
1995 | | - | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
1996 | 1995 | | |
1997 | 1996 | | |
1998 | 1997 | | |
| |||
6702 | 6701 | | |
6703 | 6702 | | |
6704 | 6703 | | |
6705 | | - | |
| 6704 | + | |
6706 | 6705 | | |
6707 | | - | |
6708 | | - | |
6709 | | - | |
6710 | | - | |
| 6706 | + | |
| 6707 | + | |
| 6708 | + | |
6711 | 6709 | | |
6712 | 6710 | | |
6713 | 6711 | | |
| |||
0 commit comments