aws / aws/aws-cli

`aws configure get` does not work if a `credential_process` is used

Open
#4,958 10 comments 0 reactions 0 assignees View on GitHub
configuration enhancement feature-request p3
Dominant language
Python
Stars
17.3k
Forks
4.6k
Avg merge
1d 2h
Merged PRs (30d)
13

Description

Reproduce:

1. Have a (working) config like:
> ```ini
> [profile ojford]
> credential_process=/usr/local/bin/get-ojfords-creds
> ```

2. Verify (obscured & tabulated values) with: `aws configure list`
2. Run: `aws configure get aws_access_key_id`

Expected: Unobscured & untabulated value on stdout, exit code 0.
Actual: No output, exit code 1.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.