Skip to content

Commit

Permalink
Updating region
Browse files Browse the repository at this point in the history
  • Loading branch information
mckadesorensen committed Dec 13, 2022
1 parent 2b380c1 commit 39ac6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_jwt_cookie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function GENERATE_TEA_CREDS {
}

GENERATE_TEA_CREDS
aws secretsmanager create-secret --name jwt_secret_for_tea --profile ${profile_name:-default} --region ${aws_region:-us-east-1} \
aws secretsmanager create-secret --name jwt_secret_for_tea --profile ${profile_name:-default} --region ${aws_region:-us-west-2} \
--description "RS256 keys for TEA app JWT cookies" \
--secret-string file:///tmp/jwtkeys.json

Expand Down

0 comments on commit 39ac6a0

Please sign in to comment.