Commit 3b216b0
committed
[jaeger] Re-add anonymous Elasticsearch access support
The `storage.elasticsearch.anonymous` option was added in PR #442
(chart v0.67.1) but was lost when the chart was rewritten for Jaeger v2.
The elasticsearch.env helper unconditionally injects ES_USERNAME and
ES_PASSWORD with defaults (elastic/changeme), which breaks AWS
OpenSearch deployments that use VPC-level access without basic auth.
AWS rejects the basic auth Authorization header with a 403 because
it expects SigV4 format.
Setting `storage.elasticsearch.anonymous: true` now skips injecting
ES_USERNAME and ES_PASSWORD, restoring the behavior from #442.
Signed-off-by: domolitom <domolitom@gmail.com>1 parent 1e11ae9 commit 3b216b0
4 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
| |||
0 commit comments