Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoHow-to configure AWS config credential_process + op?
In CLIv1 I was able to use something like:
[profile default]
region=us-west-2
credential_process = sh -c "op --account kramer get item 'AWS Production' | jq '.details.sections[2].fields | ...
Former Member
3 years agoThanks. I have used the examples from this blog post, Storing AWS CLI Credentials in 1Password.
The output from op
looks like this:
```
{
"Version": 1,
"AccessKeyId": "MYKEY",
"SecretAccessKey": "MYSECRETKEY"
}
```
And the entry looks like this: