databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

Environment variables should not conflict with `auth_type`

Open nkvuong opened this issue 2 years ago • 0 comments

2 similar issues were raised in the Terraform provider:

  • https://github.com/databricks/terraform-provider-databricks/issues/2226
  • https://github.com/databricks/terraform-provider-databricks/issues/2234

Both have the same root cause, existing env vars ARM_CLIENT_ID and ARM_TENANT_ID leading to the SDK inferring auth_type as azure, and throw and error even though it was already explicitly specified

Curious as to why this does not kick in

nkvuong avatar Apr 24 '23 17:04 nkvuong