Commit 6262a10
committed
fix: decrypt plugin conf before schema validation in plugin_checker
Reorder plugin_checker to run decrypt_conf before check_schema, matching
the gateway's approach. This fixes content-level validation failures
(e.g. ai-proxy's service_account_json JSON parsing) when fields are
encrypted — the encrypted values are now decrypted back to plaintext
before validation runs.1 parent 99d9d41 commit 6262a10
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
1174 | | - | |
1175 | | - | |
1176 | | - | |
1177 | | - | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
1178 | 1176 | | |
1179 | 1177 | | |
1180 | 1178 | | |
1181 | 1179 | | |
1182 | | - | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| |||
0 commit comments