rodman10 commented on PR #9930: URL: https://github.com/apache/apisix/pull/9930#issuecomment-1682195665
> @rodman10 > > PTAL the CI https://github.com/apache/apisix/actions/runs/5856541181/job/15966889114?pr=9930 > > ```shell > + VAULT_TOKEN=root > + VAULT_ADDR=http://0.0.0.0:8200/ > + vault kv put kv/apisix/apisix_config admin_ssl_cert=@./t/certs/mtls_server.crt admin_ssl_cert_key=@./t/certs/mtls_server.key admin_ssl_ca_cert=@./t/certs/mtls_ca.crt > ./t/cli/test_admin_mtls.sh: line 76: vault: command not found > ``` I have add `vault` dependency in `ci/linux_apisix_current_luarocks_runner.sh`. @Sn0rt -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
