Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 477 Bytes

drone-aws-role-auth

Drone configuration examples

pipeline:
  deploy:
    image: nodefortytwo/drone-aws-role-auth
    role: arn:aws:iam::***:role/***
pipeline:
  deploy:
    image:    nodefortytwo/drone-aws-role-auth
    role:     arn:aws:iam::***:role/***
    duration: 7200
    file:     .creds

Produces a file which looks like this:

export AWS_ACCESS_KEY_ID=xxxxxx
export AWS_SECRET_ACCESS_KEY=yyyyy
export AWS_SESSION_TOKEN=zzzzzz