Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Enable usage of dynamic leaf certificates using a certificate resolver

オープン
#745 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@Techassi がすでに取り組んでいます。

2024年3月5日 から。

評価

この issue はまだ評価されていません。

説明

Currently to use TLS with webhooks, you have to manually mount a volume with the CA.

This PR: https://github.com/stackabletech/operator-rs/pull/736 adds a module to the framework that supports creating CAs and leaf certificates. Here we could just call the code to generate the certs and call the server, but then there is no way for them to be swapped out if they expire.

This ticket is about writing code to - instead of mounting a single cert - resolve a cert dynamically, allowing us to swap out expired certs while the Webhook server is running.

This resolver will be used by the stackable-webhook crate.

Follow up of #736.

Acceptance criteria

  • This TODO is resolved, and the AutoGenerate feature on the CA for the webhook works
主要言語
Rust
スター
167
フォーク
19
平均マージ
1日 6時間
マージ済み PR(30日)
9

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

stackabletech/operator-rs のほかの issue

stackabletech/operator-rs の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。