Commit b7d0e57
fix: make mTLS client cert loading optional when permission denied
When loading proxy client certificates from env vars, log a warning
instead of failing if the files cannot be read (e.g., due to permission
denied from k8s-lare cert permissions). This allows the controller to
continue with just CA cert verification if mTLS client auth is not
strictly required by the proxy.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6c638de commit b7d0e57
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| 516 | + | |
516 | 517 | | |
517 | 518 | | |
518 | 519 | | |
| |||
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
524 | | - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
525 | 529 | | |
526 | 530 | | |
527 | 531 | | |
| |||
0 commit comments