commit 9173e8d916a8493520044a760aa7018d159df20c from: Stefan Sperling via: Thomas Adam date: Wed Sep 04 19:32:33 2024 UTC use a proper secret for tests commit - 90d47b8788013aae88dd6ce2151816559981559c commit + 9173e8d916a8493520044a760aa7018d159df20c blob - 184054f12c04e1cd6db0a1f82dff27b5bcbb2de3 blob + 830291ce208e841ed77ee52c934f7b21ca076d27 --- regress/gotd/Makefile +++ regress/gotd/Makefile @@ -21,7 +21,7 @@ GOTD_TEST_REPO_NAME=test-repo GOTD_TEST_REPO_URL=ssh://${GOTD_DEVUSER}@127.0.0.1/$(GOTD_TEST_REPO_NAME) GOTD_TEST_SMTP_PORT=2525 GOTD_TEST_HTTP_PORT=8000 -GOTD_TEST_HMAC_SECRET=test1234 +GOTD_TEST_HMAC_SECRET!=openssl rand -base64 32 GOTD_TEST_USER?=${DOAS_USER} .if empty(GOTD_TEST_USER)