{{ message }}
Commit 3ed2d68
fix: gracefully fallback if workload fields are missing from cert config (#16022)
Prevents exceptions during gECC flows or when falling back to
SecureConnect by returning None instead of raising ClientCertError when
X.509 workload fields are absent.
---------
Co-authored-by: Daniel Sanche <d.sanche14@gmail.com>1 parent 99fa08e commit 3ed2d68
3 files changed
Lines changed: 36 additions & 21 deletions
File tree
- packages/google-auth
- google/auth/transport
- tests/transport
- aio
Lines changed: 8 additions & 15 deletions
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
101 | 120 | | |
102 | 121 | | |
103 | 122 | | |
| |||

0 commit comments