dbt-labs / terraform-provider-dbtcloud

dbt Cloud Terraform Provider
https://registry.terraform.io/providers/dbt-labs/dbtcloud
MIT License
84 stars 19 forks source link

Adding Snowflake token auth #62

Closed Bryan-Meier closed 2 years ago

Bryan-Meier commented 2 years ago

@GtheSheep, I am curious if you will be implementing other authentication types besides "password" for credentials? I am asking because we use keypair in Snowflake and thus use that in our dbt Cloud credentials.

GtheSheep commented 2 years ago

Happy to 😀 tbh most of what's here is driven by my own use cases, but great to add more if useful!

Bryan-Meier commented 2 years ago

Totally get it. I would be doing the same if I was in your position.

Bryan-Meier commented 2 years ago

Are you storing your passwords for your credentials in a variable and gabbing that variable when you create the credential or are you currently storing the password in the code? I know we should never store password info in code. So I am wondering what the other options are.

GtheSheep commented 2 years ago

yeah currently storing it in Github and setting in the ci-cd as a terraform variable

GtheSheep commented 2 years ago

68

GtheSheep commented 2 years ago

Added to v0.0.83