Commit a488315
Move encrypt_output from ConfidentialHTTPRequest to HTTPRequest (#291)
* Move encrypt_output from ConfidentialHTTPRequest to HTTPRequest
encrypt_output is an HTTP request property, not a framework/secrets
concern. Moving it into HTTPRequest (field 9) keeps encryption as a
per-request setting alongside URL, method, headers, etc.
* Auto-fix: buf format, gofmt, go generate, go mod tidy
---------
Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>1 parent 087e235 commit a488315
File tree
2 files changed
+10
-14
lines changed- cre
- capabilities/networking/confidentialhttp/v1alpha
- go/installer/pkg
2 files changed
+10
-14
lines changedLines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments