posit-dev / posit-dev/rsconnect-python
detect system certificates by default
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 37
- フォーク
- 28
- 平均マージ
- 1日 3時間
- マージ済み PR(30日)
- 7
説明
It is possible to use the --insecure option when adding a / deploying to a server that utilizes system certificates, but we should detect them automatically and may do this by adding a call to ssl.create_default_context here: https://github.com/rstudio/rsconnect-python/blob/master/rsconnect/http_support.py#L98
Note: If a server was added using the --insecure option we try and persist that setting in the server metadata.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
rsconnect/http_support.py の 98 行目付近から始め、サーバー接続の証明書検証がどのように設定されているかを追跡してください。永続化された --insecure 設定がどのように読み取られ、適用されるかを確認してください。保存済みの設定を上書きせずに、デフォルトでシステム証明書が検出されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli, security
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100