Skip to content

Drone plugin for integrating with the AWS Secrets Manager

License

Notifications You must be signed in to change notification settings

drone/drone-amazon-secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-amazon-extension

A secret extension that provides optional support for sourcing secrets from the AWS Secrets Manager. Please note this project requires Drone server version 1.3 or higher.

Installation

Create a shared secret:

$ openssl rand -hex 16
bea26a2221fd8090ea38720fc445eca6

Download and run the plugin:

$ docker run -d \
  --publish=3000:3000 \
  --env=DEBUG=true \
  --env=SECRET_KEY=bea26a2221fd8090ea38720fc445eca6 \
  --env=AWS_ACCESS_KEY_ID=... \
  --env=AWS_SECRET_ACCESS_KEY=... \
  --restart=always \
  --name=amazon-secrets drone/amazon-secrets

Update your Drone runner configuration to include the plugin address and the shared secret.

DRONE_SECRET_PLUGIN_ENDPOINT=http://1.2.3.4:3000
DRONE_SECRET_PLUGIN_TOKEN=bea26a2221fd8090ea38720fc445eca6

About

Drone plugin for integrating with the AWS Secrets Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •