Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 17, 2024
1 parent 94bba3e commit a0c0705
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/acceptance/9_flow_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ class { 'keycloak': }
apply_manifest(pp, catch_changes: true)
end

it 'debugs' do
on hosts, 'journalctl -u keycloak -e --no-pager'
on hosts, '/opt/keycloak/bin/kcadm-wrapper.sh get authentication/authenticator-providers -r test'
end

it 'has created a flow' do
on hosts, '/opt/keycloak/bin/kcadm-wrapper.sh get authentication/flows/browser-with-duo-test -r test' do
data = JSON.parse(stdout)
Expand Down

0 comments on commit a0c0705

Please sign in to comment.