From a9b9bd3b66fc1d1f0058d93f0927e553945e617e Mon Sep 17 00:00:00 2001 From: matthewpeterkort Date: Thu, 6 Feb 2025 09:06:26 -0800 Subject: [PATCH] update auth test to pebble --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64fa0d07..0aa98fc7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -217,7 +217,7 @@ jobs: run: | # start grip server chmod +x grip - ./grip server --rpc-port 18202 --http-port 18201 --config ./test/badger-auth.yml & + ./grip server --rpc-port 18202 --http-port 18201 --config ./test/pebble-auth.yml & sleep 5 # simple auth # run tests without credentials, should fail @@ -228,7 +228,7 @@ jobs: echo "Got expected auth error" fi # run specialized role based tests - make test-authorization ARGS="--grip_config_file_path test/badger-auth.yml" + make test-authorization ARGS="--grip_config_file_path test/pebble-auth.yml"