-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from VAuthenticator/update-local-tenant-provi…
…sioner-to-use-effectively-postgres Update local tenant provisioner to use effectively postgres
- Loading branch information
Showing
5 changed files
with
100 additions
and
179 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,7 @@ echo "TABLES_SUFFIX: $TABLES_SUFFIX" | |
echo "KMS_ENDPOINT: $KMS_ENDPOINT" | ||
echo "DYNAMO_DB_ENDPOINT: $DYNAMO_DB_ENDPOINT" | ||
|
||
python3 key_setup.py $MASTER_KEY $TABLES_SUFFIX | ||
python3 setup.py [email protected] $TABLES_SUFFIX | ||
python3 database_setup.py [email protected] host.docker.internal | ||
python3 setup.py [email protected] $TABLES_SUFFIX $MASTER_KEY host.docker.internal | ||
|
||
aws iam create-access-key --user-name vauthenticator-local-dev --endpoint http://host.docker.internal:4566 > user-access-key.json | ||
echo "Local User IAM VAuthenticator AccessKeyId: "$(cat user-access-key.json | jq -r .AccessKey.AccessKeyId) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters