6dccf494f8
cleanup permit policies and correct documentation * docs * policy cleanup * refactor * Merge remote-tracking branch 'origin/feature/permit-policy-cleanup' into feature/permit-policy-cleanup * docs and edits
17 lines
666 B
Bash
Executable File
17 lines
666 B
Bash
Executable File
# permit stuff
|
|
export PERMIT_KEY="permit_key_redacted"
|
|
|
|
# Cognito stuff
|
|
export COGNITO_USER_POOL_ID="us-east-2_21upuTkkT"
|
|
|
|
# aws keys
|
|
#export AWS_ACCESS_KEY_ID=
|
|
#export AWS_SECRET_ACCESS_KEY=
|
|
#export AWS_SESSION_TOKEN=
|
|
export AWS_REGION=us-east-2
|
|
export AWS_PROFILE=aarete
|
|
# must do a project list to get the guid values for the project and environment before making the call to import.
|
|
#go run ./... -project list
|
|
go run ./... -project ebde1e1e9623491cab6f8112e67bd61c -env 9d6801123cfd4a0ea2ef1df2f430e9d3 -csv ./users.to.import.csv --dry-run
|
|
#go run ./... -project ebde1e1e9623491cab6f8112e67bd61c -env 9d6801123cfd4a0ea2ef1df2f430e9d3 -csv ./users.to.import.csv
|