Reorganise scripts
This commit is contained in:
parent
5ebf7f9b5c
commit
4ae0656da4
18 changed files with 196 additions and 104 deletions
8
.config/scripts/util/secret.sh
Normal file
8
.config/scripts/util/secret.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
getSecret() {
|
||||
aws ssm get-parameter \
|
||||
--region us-east-1 \
|
||||
--name "$1" \
|
||||
--with-decryption \
|
||||
--output json \
|
||||
| jq -r ".Parameter.Value"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue