Commit 84da90c
authored
feat(db): ship CA bundle with @trycompai/db, clean up debug routes (#2767)
After the verified-TLS PR (#2761) merged, two follow-ups didn't make it in:
1. Add 'certs' to packages/db/package.json files array so the RDS CA bundle
ships with the published @trycompai/db package. Downstream consumers (e.g.
comp-private/apps/enterprise-api) can then reference the cert at
node_modules/@trycompai/db/certs/rds-global-bundle.pem instead of
committing their own copy.
2. Delete the debug-tls routes (apps/app/src/app/api/_debug-tls and
apps/app/src/app/api/debug-tls) that were merged in via auto-PRs #2762
and #2763 but never cleaned up. They were temporary verification
endpoints, since used to confirm the Vercel cert path.
3. Update the deploy checklist with verified-staging notes and the
downstream consumer pattern.1 parent e999c72 commit 84da90c
4 files changed
Lines changed: 27 additions & 82 deletions
File tree
- apps/app/src/app/api
- _debug-tls
- debug-tls
- docs/plans
- packages/db
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments