Skip to content

Commit 0313da6

Browse files
committed
Sync working groups
1 parent 3b7a07e commit 0313da6

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

_data/wg.yaml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
---
22
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 &quot;pure&quot; 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+
<p><em>Point of contact:</em> @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</p>
11+
status: complete
12+
last-activity: 2024-09-29
13+
last-update: |
14+
This working group is complete!
15+
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.
16+
Enhancements and bug fixes will follow.
317
- title: "Quarkus to the CommonHaus Foundation"
418
board-url: "https://github.com/orgs/quarkusio/projects/38"
519
short-description: Work needed around moving Quarkus to foundation and streamline open governance.
@@ -103,18 +117,6 @@ working-groups:
103117
The target is to have 1.0.0 the 1 October 2024.
104118
105119
For 1.0 we need pagination, tags and SEO.
106-
- title: "Enhanced TLS support"
107-
board-url: "https://github.com/orgs/quarkusio/projects/24"
108-
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
109-
readme: |
110-
<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>
111-
<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 &quot;pure&quot; Java clients (using an <code>SSLContext</code>).</p>
112-
<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>
113-
<p><em>Point of contact:</em> @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</p>
114-
status: on track
115-
last-activity: 2024-09-13
116-
last-update: |
117-
Approaching completion. Watch [Quarkus Insight #177](https://www.youtube.com/watch?v=VP7c9ftFwrQ&list=PLsM3ZE5tGAVatO65JIxgskQh-OKoqM4F2&index=1) to see various demo going from configuration, local TLS, certificate reloading and ACME integration.
118120
- title: "Docker file generation"
119121
board-url: "https://github.com/orgs/quarkusio/projects/27"
120122
short-description: A working group focusing on the generation of Dockerfile / ContainerFile

0 commit comments

Comments
 (0)