I hereby claim:
- I am camilosantana on github.
- I am camilosantana (https://keybase.io/camilosantana) on keybase.
- I have a public key ASC2aK4v9QJ-S_LhEvJTVV68RuH-5DJxKoXsjP7Pt3Qy8wo
To claim this, I am signing this object:
| --- | |
| AWSTemplateFormatVersion: "2010-09-09" | |
| Description: "IAM policy allows access to an AWS secret" | |
| Parameters: | |
| App: | |
| Type: String | |
| Description: Your application's name. | |
| Env: | |
| Type: String | |
| Description: The environment name your service, job, or workflow is being deployed to. |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| set +x | |
| # pre-requisites | |
| for PREREQ in \ | |
| /usr/bin/whoami \ | |
| /usr/bin/openssl \ | |
| /usr/bin/tar \ | |
| /usr/bin/gzip \ | |
| /usr/bin/tr; | |
| do |