Skip to content

Commit 3982b32

Browse files
authored
launch-wisdom.sh: add the testuser in in the test group (#1739)
Add the `testuser` in the `test` group by default.
1 parent 0072b64 commit 3982b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/launch-wisdom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ done
2828
if [ "${DEPLOYMENT_MODE}" == "upstream" ]; then
2929
# for upstream, creating a out-of-box tesing user for starting quick
3030
echo "Creating a testing user for upstream mode..."
31-
/var/www/venv/bin/wisdom-manage createtoken --username testuser --password testuser --token-name testuser_token --create-user
31+
/var/www/venv/bin/wisdom-manage createtoken --username testuser --password testuser --token-name testuser_token --create-user --groups test
3232
fi
3333
if [ ! "${DEPLOYMENT_MODE}" == "saas" ]; then
3434
/var/www/venv/bin/wisdom-manage createapplication --name "${ANSIBLE_AI_PROJECT_NAME:-Ansible AI Connect} for VS Code" --client-id Vu2gClkeR5qUJTUGHoFAePmBznd6RZjDdy5FW2wy --redirect-uris "vscode://redhat.ansible vscodium://redhat.ansible vscode-insiders://redhat.ansible code-oss://redhat.ansible checode://redhat.ansible" public authorization-code

0 commit comments

Comments
 (0)