rabbitmq-server/selenium/suites/authnz-mgt/oauth-and-basic-auth.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
299 B
Bash
Raw Normal View History

2024-01-03 16:28:36 +08:00
#!/usr/bin/env bash
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TEST_CASES_PATH=/oauth/with-basic-auth
TEST_CONFIG_PATH=/oauth
PROFILES="keycloak keycloak-oauth-provider keycloak-mgt-oauth-provider tls enable-basic-auth"
2024-01-03 16:28:36 +08:00
source $SCRIPT/../../bin/suite_template $@
runWith keycloak