neilzhu 6dd8e59864 first commit 1 month ago
..
hooks 6dd8e59864 first commit 1 month ago
README.md 6dd8e59864 first commit 1 month ago
plugin.yml 6dd8e59864 first commit 1 month ago

README.md

Scratch AWS access Buildkite Plugin

A Buildkite plugin that assumes a role with nearly unrestricted access to a scratch AWS account. The following environment variables are set:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN

The credentials are valid for 12 hours.

Example

steps:
  - id: aws-requiring-step
    plugins:
      - ./ci/plugins/scratch-aws-access