Skip to content

Commit

Permalink
ci:workaround oidc-agent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 16, 2024
1 parent 92e1c67 commit f1ba73b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/run-oidc-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
dnf -q install -y epel-release
dnf install -q -y oidc-agent-cli jq

#
# See: https://github.com/indigo-dc/oidc-agent/pull/601
#
mkdir -p ~/.config/oidc-agent
echo '{}' > ~/.config/oidc-agent/issuer.config

eval `oidc-agent --quiet`
oidc-agent --status

Expand Down

0 comments on commit f1ba73b

Please sign in to comment.