跳转至

aws-signer

profile supported platform:

  • lambda
  • notation for container registries

walkthrough

  • create profile and get arn
  • notation plugins (docs) and folder struction (docs)
  • sign image
    export NOTATION_PASSWORD=$(aws ecr get-login-password --region us-west-2)
    export NOTATION_USERNAME=AWS
    notation sign 123456789012.dkr.ecr.us-west-2.amazonaws.com/nginx:latest \
        --plugin com.amazonaws.signer.notation.plugin \
        --id arn:aws:signer:us-west-2:123456789012:/signing-profiles/profile1
    

not in china region

N/A