Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 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
4 years agoThanks. I have used the examples from this blog post, https://kfalck.net/2018/03/18/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: