Commit 30d9a58
feat(azure_blob sink): Expand support for Azure authentication types (#24729)
* start by moving auth config to azure_common
* add auth to azure_blob
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* initial auth switch
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* integration test WIP
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* doc updates
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* add feature changelog
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* clippy changes
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* add account_name and blob_endpoint options
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* remove block_in_place
* add ClientCertificateCredential
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* remake certificate with required attributes
* refactor integration tests to support both connection string and oauth
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* update doc examples
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* make clippy happy
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* fix tests
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* make "client_secret_credential" explicitly configured
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* add azure_logs_ingestion to Azure integration tests
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* Err out the other TlsConfig options
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* Add warning message to connection_string
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* Simplify TlsConfig
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* add workload identity config options
* Move warning into docs::warnings
* Properly regenerate cue file
* Fix spaces
* tidy options creation
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* add UAMI type option
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* add note about breaking change
* propagate credential errors instead of panicking
* automatic Cargo lock change
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* clarify PEM cert file
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* action test fixes
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* allow sinks-azure_logs_ingestion to build without sinks-azure_blob
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* require auth when using account_name or blob_endpoint
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* add dep:base64
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
* check-fmt changes
* space diff fix
---------
Signed-off-by: Jed Laundry <jlaundry@jlaundry.com>
Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>1 parent dcf98a7 commit 30d9a58
File tree
28 files changed
+1542
-342
lines changed- .github/actions/spelling
- changelog.d
- src/sinks
- azure_blob
- azure_common
- azure_logs_ingestion
- tests
- data
- ca/intermediate_server
- certs
- csr
- newcerts
- private
- integration/azure/config
- website/cue/reference/components/sinks/generated
28 files changed
+1542
-342
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
460 | 461 | | |
461 | 462 | | |
462 | 463 | | |
| 464 | + | |
463 | 465 | | |
464 | 466 | | |
465 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| 382 | + | |
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
| |||
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 | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
879 | | - | |
| 878 | + | |
| 879 | + | |
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
| |||
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
990 | | - | |
| 990 | + | |
| 991 | + | |
991 | 992 | | |
992 | 993 | | |
993 | 994 | | |
| |||
1001 | 1002 | | |
1002 | 1003 | | |
1003 | 1004 | | |
| 1005 | + | |
1004 | 1006 | | |
1005 | 1007 | | |
1006 | 1008 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
58 | 68 | | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
64 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
65 | 90 | | |
66 | 91 | | |
67 | 92 | | |
| |||
138 | 163 | | |
139 | 164 | | |
140 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
141 | 170 | | |
142 | 171 | | |
143 | 172 | | |
| |||
147 | 176 | | |
148 | 177 | | |
149 | 178 | | |
150 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
151 | 183 | | |
152 | 184 | | |
153 | 185 | | |
| |||
157 | 189 | | |
158 | 190 | | |
159 | 191 | | |
| 192 | + | |
160 | 193 | | |
161 | 194 | | |
162 | 195 | | |
| |||
166 | 199 | | |
167 | 200 | | |
168 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
169 | 244 | | |
170 | | - | |
| 245 | + | |
| 246 | + | |
171 | 247 | | |
172 | 248 | | |
173 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
174 | 252 | | |
175 | 253 | | |
176 | 254 | | |
| |||
0 commit comments