|
1 | 1 | --- |
2 | 2 | working-groups: |
| 3 | + - title: "Enhanced TLS support" |
| 4 | + board-url: "https://github.com/orgs/quarkusio/projects/24" |
| 5 | + short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...) |
| 6 | + readme: | |
| 7 | + <p>TLS is becoming increasingly common and recommended. However, for years, each Quarkus extension has been doing its own TLS configuration and management. As a result, the configuration looks different everywhere, and many extensions have incomplete configurations.</p> |
| 8 | + <p>Based on the newly integrated TLS registry, we now have a single place to configure TLS. At runtime, it provides methods to configure Vert.x and "pure" Java clients (using an <code>SSLContext</code>).</p> |
| 9 | + <p>The goal of this focus group is to continue integrating the TLS registry and improve Quarkus integration with certificate providers (Let's Encrypt, Cert-Manager). In addition, we would like to provide a frictionless local experience around TLS (i.e., without the infamous untrusted certificate screen).</p> |
| 10 | + <ul> |
| 11 | + <li>Point of contact: @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</li> |
| 12 | + <li>Deliverable: <a href="https://www.youtube.com/watch?v=VP7c9ftFwrQ">Quarkus Insight</a></li> |
| 13 | + <li>Discussion: https://github.com/quarkusio/quarkus/discussions/41024</li> |
| 14 | + </ul> |
| 15 | + status: complete |
| 16 | + completed: true |
| 17 | + last-activity: 2024-11-18 |
| 18 | + last-update: | |
| 19 | + This working group is complete! |
| 20 | + That does not mean that no work will be done around TLS, but what was defined in the initial scope of the working group has been completed. |
| 21 | + Enhancements and bug fixes will follow. |
3 | 22 | - title: "WebSocket Next" |
4 | 23 | board-url: "https://github.com/orgs/quarkusio/projects/26" |
5 | 24 | short-description: WebSocket-Next related tasks |
@@ -164,18 +183,3 @@ working-groups: |
164 | 183 | References: |
165 | 184 | https://github.com/fluorumlabs/asciidocj |
166 | 185 | https://github.com/vsch/flexmark-java |
167 | | - - title: "Enhanced TLS support" |
168 | | - board-url: "https://github.com/orgs/quarkusio/projects/24" |
169 | | - short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...) |
170 | | - readme: | |
171 | | - <p>TLS is becoming increasingly common and recommended. However, for years, each Quarkus extension has been doing its own TLS configuration and management. As a result, the configuration looks different everywhere, and many extensions have incomplete configurations.</p> |
172 | | - <p>Based on the newly integrated TLS registry, we now have a single place to configure TLS. At runtime, it provides methods to configure Vert.x and "pure" Java clients (using an <code>SSLContext</code>).</p> |
173 | | - <p>The goal of this focus group is to continue integrating the TLS registry and improve Quarkus integration with certificate providers (Let's Encrypt, Cert-Manager). In addition, we would like to provide a frictionless local experience around TLS (i.e., without the infamous untrusted certificate screen).</p> |
174 | | - <p><em>Point of contact:</em> @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</p> |
175 | | - status: complete |
176 | | - completed: true |
177 | | - last-activity: 2024-09-29 |
178 | | - last-update: | |
179 | | - This working group is complete! |
180 | | - That does not mean that no work will be done around TLS, but what was defined in the initial scope of the working group has been completed. |
181 | | - Enhancements and bug fixes will follow. |
|
0 commit comments