Commit 08c95c68 authored by nimrod's avatar nimrod
Browse files

SchooLinks AWS profile.

parent ef33a0cd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# vim: ft=cfg
[profile shore]
region = us-east-1

[profile schoolinks]
region = us-east-1
+4 −0
Original line number Diff line number Diff line
@@ -2,3 +2,7 @@
[shore]
aws_access_key_id = {{ run(["ph", "show", "--field", "UserName", "shore.co.il/AWS CLI"])["stdout"] }}
aws_secret_access_key = {{ run(["ph", "show", "--field", "Password", "shore.co.il/AWS CLI"])["stdout"] }}

[schoolinks]
aws_access_key_id = {{ run(["ph", "show", "--field", "UserName", "SchooLinks/AWS access key"])["stdout"] }}
aws_secret_access_key = {{ run(["ph", "show", "--field", "Password", "SchooLinks/AWS access key"])["stdout"] }}
+2 −0
Original line number Diff line number Diff line
# shellcheck shell=bash disable=SC1091
# vim: ft=sh
source_up
export AWS_DEFAULT_PROFILE=schoolinks
export AWS_PROFILE=schoolinks
export COMPOSE_FILE='docker-compose.local.yml'
export GIT_AUTHOR_EMAIL='nimrod@schoolinks.com'
export GIT_AUTHOR_NAME='Nimrod Adar'