You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
0)Have docker service up and running.
1)Clone https://github.com/Altai-man/VaultTest
2)docker-compose build
3)docker-compose start vault # to start a server to connect to
4)Execute docker ps to get port of vaulttest_vault_1 container, e.g. 0.0.0.0:$PORT->8200/tcp, you need to get that $PORT.
5)CRO_TRACE=1 VAULT_DEV_ROOT_TOKEN_ID=my-very-big-and-dev-only-token VAULT_PERL6_PORT="$PORT" VAULT_PERL6_HOST="0.0.0.0" perl6 -Ilib service.p6 # replace $PORT with previously gotten port. This command reliably returns a fast response with some json.
6)CRO_TRACE=1 VAULT_DEV_ROOT_TOKEN_ID=my-very-big-and-dev-only-token VAULT_PERL6_PORT="$PORT" VAULT_PERL6_HOST="0.0.0.0" cro run . <- this command will reliably hang for 5-7 minutes before eventually resolving await with a correct response.
Needs docker and docker-compose to reproduce.
Steps to reproduce:
0)Have docker service up and running.
1)Clone https://github.com/Altai-man/VaultTest
2)
docker-compose build
3)
docker-compose start vault
# to start a server to connect to4)Execute
docker ps
to get port of vaulttest_vault_1 container, e.g.0.0.0.0:$PORT->8200/tcp
, you need to get that $PORT.5)
CRO_TRACE=1 VAULT_DEV_ROOT_TOKEN_ID=my-very-big-and-dev-only-token VAULT_PERL6_PORT="$PORT" VAULT_PERL6_HOST="0.0.0.0" perl6 -Ilib service.p6
# replace $PORT with previously gotten port. This command reliably returns a fast response with some json.6)
CRO_TRACE=1 VAULT_DEV_ROOT_TOKEN_ID=my-very-big-and-dev-only-token VAULT_PERL6_PORT="$PORT" VAULT_PERL6_HOST="0.0.0.0" cro run .
<- this command will reliably hang for 5-7 minutes before eventually resolvingawait
with a correct response.Working log:
Hanging log(first part):
The text was updated successfully, but these errors were encountered: