kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #1051 from moonstream-to/fix-checenv-restriction
Fix checkenv restrictionpull/1052/head
commit
13054433da
|
@ -47,7 +47,7 @@ echo
|
|||
echo
|
||||
echo -e "${PREFIX_INFO} Retrieving addition deployment parameters"
|
||||
mkdir -p "${SECRETS_DIR}"
|
||||
AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}"
|
||||
AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" CHECKENV_AWS_FETCH_LOOP_LIMIT=20 /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}"
|
||||
|
||||
echo
|
||||
echo
|
||||
|
|
|
@ -36,6 +36,7 @@ jsonschema==4.17.0
|
|||
lru-dict==1.1.8
|
||||
Mako==1.2.3
|
||||
MarkupSafe==2.1.1
|
||||
moonstream==0.1.1
|
||||
moonstreamdb==0.3.12
|
||||
multiaddr==0.0.9
|
||||
multidict==6.0.2
|
||||
|
|
|
@ -15,6 +15,7 @@ setup(
|
|||
"boto3",
|
||||
"bugout>=0.2.15",
|
||||
"fastapi",
|
||||
"moonstream",
|
||||
"moonstreamdb>=0.3.12",
|
||||
"humbug",
|
||||
"pydantic==1.10.2",
|
||||
|
|
Ładowanie…
Reference in New Issue