#User token generation fails within TF

1 messages · Page 1 of 1 (latest)

silent herald
#

Hi Folks,

IHAC who is trying to deploy a new connector on Azure. Their code worked fine weeks ago, but now they're complaining it doesn't work anymore and having the following issue:

Error: Post "https://cloudmanager.cloud.netapp.com/auth/oauth/token": EOF

Does anybody of you have a clue what went wrong?

stable yacht
#

The error seems come from the service account secret key / client id trying to get the access token failed.

silent herald
#

Hi Chuyi, is there a way to proof this on customer side? (Something like verbosity?). We tried to use the refresh token instead of sa_client_id / sa_secret_key - what resulted in the same issue

stable yacht
#

Would you please try to turn on the debug flag and share the log?
TF_LOG="DEBUG" terraform apply

silent herald
silent herald
#

Hi Chuyi, you were right - their client_id was expired. I would mark this as resolved. Thank you 🙂

stable yacht
#

Great! Thanks for the update!

silent herald
#

Beep-boop. Customer came back - they're saying it's still not working. (could you check the logs please)?