Commit 6c93c02
authored
Wire confidential relay service into CRE startup (#22043)
* wire confidential relay service into CRE startup
Register confidentialrelay.NewService as a CRE subservice so the
relay DON handler starts alongside the gateway connector.
* fix changeset: remove stale fetcher reference
* gate confidential relay service behind CRE.ConfidentialRelay.Enabled
Allows disabling the relay handler without code changes. Default is
false (opt-in); E2E tests already set it via the ConfidentialRelay
feature in system-tests/lib.1 parent bd5e9a8 commit 6c93c02
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
174 | 185 | | |
175 | 186 | | |
176 | 187 | | |
| |||
0 commit comments