Skip to content

Commit

Permalink
turn on debug
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Jun 7, 2024
1 parent ebfa46d commit db55500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capz/run-capz-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ main() {
echo "testing az mi"
kubectl get --raw "/.well-known/openid-configuration"
echo "signing in"
az login -i -u 6755ccd3-1c03-4b09-aa0d-166f1f719b30 --federated-token "$(cat /var/run/secrets/azure-token/serviceaccount/token)"
az login -i -u 6755ccd3-1c03-4b09-aa0d-166f1f719b30 --federated-token "$(cat /var/run/secrets/azure-token/serviceaccount/token)" --debug
az account show

echo "shutting down"
Expand Down

0 comments on commit db55500

Please sign in to comment.