Skip to content

Commit 0ebd13c

Browse files
Added KeyId for Webhook Header (#269)
* Added KeyId for Webhook Header
1 parent 2e5c3fc commit 0ebd13c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

notification-channel-config-service-api/src/main/proto/org/hypertrace/notification/config/service/v1/notification_channel.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ message WebhookHeader {
5050
string name = 1;
5151
string value = 2; // omitted on response if isSecret is true
5252
bool is_secret = 3;
53+
optional string key_id = 4; // set if isSecret is true
5354
}
5455

5556
message SplunkIntegrationChannelConfig {

0 commit comments

Comments
 (0)