Skip to content

Commit 92e1c67

Browse files
committed
ci: print oidc agent stats
1 parent 561e3bf commit 92e1c67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/run-oidc-test.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
dnf -q install -y epel-release
44
dnf install -q -y oidc-agent-cli jq
55

6-
eval `oidc-agent`
6+
eval `oidc-agent --quiet`
7+
oidc-agent --status
8+
79
oidc-gen --pub --scope-max \
810
--iss http://keycloak:8080/realms/dcache-test \
911
--flow=password \

0 commit comments

Comments
 (0)