aws / aws/git-remote-codecommit
Using credential_process results in a 404 error
- 主要言語
- Python
- スター
- 289
- フォーク
- 40
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When using an external credential process get-remote-codecommit always returns a 404.
I'm using aws-vault to test this, but your credential_process could be a cat of a json file.
I'm using aws-vault to handle my credentials, this is my configuration:
```
# .aws/config
[profile codecommit]
region=eu-west-1
credential_process = aws-vault exec sandbox-profile --json
[profile tmp]
region=eu-west-1
output=json
```
I verified that aws-vault was working and the credentials where correct by using `sts get-caller-identity` and testing the aws-vault credential output in a temporary profile:
```
aws --profile codecommit sts get-caller-identity
{
"UserId": "AROAIR7P4ZLYKGYCEVD6M:1583408935234570000",
"Account": "XXXXXXXXXXX",
"Arn": "arn:aws:sts::XXXXXXXXXXX:assumed-role/ROLE_NAME/1583408935234570000"
}
aws-vault exec sandbox-profile --json
{"Version":1,"AccessKeyId":"ASIAUBJLRPEKAZ2K7YC4","SecretAccessKey":"XXX","SessionToken":"YYY","Expiration":"2020-03-05T12:10:05Z"}
cat >> ~/.aws/credentails <
コントリビューションガイド
調査の方向性
Reproduce the failure with the shown AWS config and git clone commands, then trace how get-remote-codecommit handles credential_process credentials. Done means the codecommit profile works like the temporary profile and the repository clone succeeds without the 403 response.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, git, python
- 領域
- cli, cloud, devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100