Commit a353f38
committed
Add Redis SSL support via environment variables
This commit adds SSL support for Redis connections in SortingHat.
It allows configuring secure connections using environment
variables that define SSL behavior and certificate files.
New environment variables:
- SORTINGHAT_REDIS_SSL: enables or disables SSL (yes/no)
- SORTINGHAT_REDIS_SSL_CERT_REQS: certificate verification (none/required)
- SORTINGHAT_REDIS_SSL_CA_CERTS: path to the root CA certificates
- SORTINGHAT_REDIS_SSL_CERTFILE: path to the client certificate file
- SORTINGHAT_REDIS_SSL_KEYFILE: path to the private key file
Signed-off-by: Jose Javier Merchante <[email protected]>1 parent 13b9d13 commit a353f38
File tree
2 files changed
+35
-14
lines changed- releases/unreleased
- sortinghat/config
2 files changed
+35
-14
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
272 | 294 | | |
273 | 295 | | |
274 | 296 | | |
| |||
283 | 305 | | |
284 | 306 | | |
285 | 307 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 308 | + | |
293 | 309 | | |
294 | 310 | | |
295 | 311 | | |
| |||
339 | 355 | | |
340 | 356 | | |
341 | 357 | | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
| 358 | + | |
349 | 359 | | |
350 | 360 | | |
351 | 361 | | |
| |||
0 commit comments