This message was deleted.
# azure
s
This message was deleted.
a
My hdinsights pulumi code.
Figured it out. I needed to add to the cluster_definition section this block:
Copy code
configurations={
    "gateway": {
      "restAuthCredential.isEnabled": True,
      "restAuthCredential.username": "clusteruser",
      "restAuthCredential.password": password
    }
}
Hopefully, Azure will update the error to be more descriptive.