Skip to content

Conversation

@jasondamour
Copy link

Closes #75

Comment on lines +9 to +10
username = var.databricks_account_username
password = var.databricks_account_password
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you either need to use username/password or client_id/client_secret, not both

Comment on lines 2 to 3
variable "databricks_account_username" {}
variable "databricks_account_password" {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support/example for authentication to databricks via Client ID/Secret for setup via Service Principal Oauth

2 participants