Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed May 6, 2024
1 parent 01c311c commit 9ca74d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/roundtrip/config-demo-idp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ if ! which kcadm.sh; then
fi
fi

kcadm.sh config credentials --server http://localhost:65432/auth --realm master --user admin <<EOF
changeme
EOF
kcadm.sh config credentials --server http://localhost:65432/auth \
--realm master --user admin --password changeme

kcadm.sh create clients -r opentdf \
-s clientId=browsertest \
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@ dist

# For integration testing
/platform
.github/workflows/roundtrip/kc.zip
/.github/workflows/roundtrip/keycloak-24.0.3

0 comments on commit 9ca74d4

Please sign in to comment.