amazon-ecr-credential-helper icon indicating copy to clipboard operation
amazon-ecr-credential-helper copied to clipboard

[Feature Request] support iot credential provider

Open stuart-warren opened this issue 4 years ago • 1 comments

it would be great to be able to point to AWS iot thing TLS credentials and for this helper to also perform the iot credential provider dance first

https://aws.amazon.com/blogs/security/how-to-eliminate-the-need-for-hardcoded-aws-credentials-in-devices-by-using-the-aws-iot-credentials-provider/

My assumption is that there would need to be a standard config file or env vars containing:

  • ca cert
  • thing cert
  • thing key pair
  • thing name
  • role alias
  • some details to build the endpoint address

stuart-warren avatar Dec 29 '20 13:12 stuart-warren

I'm looking for this one too, I want to allow devices to pull images from ECR using only their certificates

xyklex avatar Feb 18 '21 21:02 xyklex