aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

Directly Run Credentials Process

Open ijrsvt opened this issue 3 years ago • 0 comments

  • Directly call credential process instead of /bin/sh -c "credential process + args
  • This more directly follows the botocore variant.
  • Makes using credential_process usable in distroless containers (which lack /bin/sh)

ijrsvt avatar Oct 02 '22 17:10 ijrsvt