Skip to content

simply uses sts to get temporary credentials and writes those credentials to a file to be loaded by a future stage

Notifications You must be signed in to change notification settings

kj-brown/drone-aws-role-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/***
    file: .creds

About

simply uses sts to get temporary credentials and writes those credentials to a file to be loaded by a future stage

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 84.7%
  • Dockerfile 15.3%