Skip to content

Instantly share code, notes, and snippets.

@otakup0pe
Last active March 31, 2018 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save otakup0pe/6a9cb19f648deb3d863afb063944a6d9 to your computer and use it in GitHub Desktop.
Save otakup0pe/6a9cb19f648deb3d863afb063944a6d9 to your computer and use it in GitHub Desktop.
AWS Credentials
# -*-YAML-*-
secrets:
- aws_file: "aws.yml"
mount: "aws"
region: "us-east-1"
roles:
- name: "bla"
arn: "arn:aws:iam::aws:policy/AdministratorAccess"
$ cat .secrets/aws.yml
access_key_id: "REDACTED"
secret_access_key: "REDACTED"
$ vault read paas/abus/stage/aws/creds/bla | grep key
access_key REDACTED
secret_key REDACTED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment