hiya, does anyone know a way to view the full requ...
# general
r
hiya, does anyone know a way to view the full requests and responses to/from the azure api from the pulumi cli? I'm getting a 401 from the Azure auth while attempting an
import
, I've tried adding all of
--debug --verbose 9  --logtostderr --logflow
to the
import
command, but there's no trace of the exact request made or logging of the client id / client secret, just loads of noise. I've triple checked and the configured auth parameters work using the same
client_credentials
grant flow in a postman query to the azure auth and then management api so I'm looking to double check that the commands Pulumi is sending to azure are what I'd expect and check them for issues (maybe bad escaping on the password or something like that)