You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,13 @@ The Makefile currently supports both Docker and Podman. To run the proper comman
41
41
42
42
8. Run `make deploy` to deploy the operator.
43
43
44
+
##### Enabling HTTP/2 on the Webhook Server
45
+
46
+
By default, http/2 on the webhook server is disabled due to [CVE-2023-44487](https://github.com/advisories/GHSA-qppj-fm5r-hxr3).
47
+
48
+
If you want to enable http/2 for the webhook server, build with `ENABLE_WEBHOOK_HTTP2=true make docker-build` or with
49
+
`ENABLE_WEBHOOK_HTTP2=true make run` if running locally.
50
+
44
51
### Testing your Changes
45
52
46
53
All changes delivered to the Devfile Registry operator are expected to be sufficiently tested. This may include validating that existing tests pass, updating tests, or adding new tests.
0 commit comments