aws / aws/git-remote-codecommit
Use FIPS endpoints when defined in ~/.aws/config or AWS_USE_FIPS_ENDPOINT environment variable
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 289
- フォーク
- 40
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
To simplify the use of FIPS endpoints I recommend that git-remote-codecommit use the same mechanisms as the AWS SDKs:
https://docs.aws.amazon.com/general/latest/gr/rande.html#FIPS-endpoints
To specify a FIPS endpoint when you call an AWS operation, use a mechanism provided by the tool that you're using to make the call. For example, the AWS SDKs provide the following mechanisms to enable the use of FIPS endpoints:
- Set the AWS_USE_FIPS_ENDPOINT environment variable to true
- Add use_fips_endpoint=true to your ~/.aws/config file
We currently use the undocumented environment variable CODE_COMMIT_ENDPOINT to do this. But would prefer that the AWS_USE_FIPS_ENDPOINT apply here also.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
git-remote-codecommit における、文書化されていない設定 CODE_COMMIT_ENDPOINT の既存の処理を確認してください。その動作を、issue で説明されている AWS SDK の仕組みである AWS_USE_FIPS_ENDPOINT と ~/.aws/config の use_fips_endpoint と比較してください。AWS SDK の仕組みに従って FIPS エンドポイントが選択され、既存のエンドポイント動作が維持されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, git, python
- 領域
- cloud, tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100