Categorygithub.com/drone/drone-amazon-secrets
module
0.0.0-20220118142348-33fad6b3d01e
Repository: https://github.com/drone/drone-amazon-secrets.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author