Skip to content

Commit

Permalink
add to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Aug 30, 2024
1 parent d5ded2d commit 6dee494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions protos/peers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ message ClickhouseConfig{
optional string endpoint = 11;
optional string certificate = 12 [(peerdb_redacted) = true];
optional string private_key = 13 [(peerdb_redacted) = true];
optional string role_arn = 14;
}

message SqlServerConfig {
Expand Down
1 change: 1 addition & 0 deletions ui/app/peers/create/[peerType]/helpers/ch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ export const blankClickhouseSetting: ClickhouseConfig = {
region: '',
disableTls: false,
endpoint: undefined,
roleArn: undefined,
};

0 comments on commit 6dee494

Please sign in to comment.