Skip to content

Commit

Permalink
update snowflake to use basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ckluy31 committed Nov 13, 2024
1 parent 7c68502 commit 3ecc245
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 40 deletions.
81 changes: 45 additions & 36 deletions gen/commonfate/control/integration/v1alpha1/snowflake.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions proto/commonfate/control/integration/v1alpha1/snowflake.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package commonfate.control.integration.v1alpha1;

message Snowflake {
string account_id = 1;
string client_id = 2;
string client_secret_secret_path = 3;
string region = 2;
string username = 3;
string password_secret_path = 4;
}

0 comments on commit 3ecc245

Please sign in to comment.