Skip to content

Commit

Permalink
Set TEST_CREDENTIALS in ci_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jan 9, 2025
1 parent 0c9dcf4 commit 99354f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ test_stack() {
echo -e "${RED}********************************************************************************${NC}"
# This one is for stroom v7.2
add_env_file_line "${env_file}" "export STROOM_IDENTITY_PROVIDER_TYPE=\"TEST_CREDENTIALS\""
# This one is for stroom-proxy v7.0
add_env_file_line "${env_file}" "export USE_DEFAULT_OPEN_ID_CREDENTIALS=\"true\""
add_env_file_line "${env_file}" "export STROOM_PROXY_LOCAL_IDENTITY_PROVIDER_TYPE=\"TEST_CREDENTIALS\""
add_env_file_line "${env_file}" "export STROOM_PROXY_REMOTE_IDENTITY_PROVIDER_TYPE=\"TEST_CREDENTIALS\""
echo -e "${RED}********************************************************************************${NC}"

./info.sh
Expand Down

0 comments on commit 99354f6

Please sign in to comment.