Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Client ID/Secret Authentication #76

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jasondamour
Copy link

Closes #75

Comment on lines +9 to +10
password = var.databricks_account_password
Copy link
Contributor

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
Contributor

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
2 participants