Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions pkg/capabilities/actions/vault/messages.pb.go

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

3 changes: 2 additions & 1 deletion pkg/capabilities/actions/vault/messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ message StoredPendingQueueItem {
}

message ReportingPluginConfig {
reserved 8;

// Plugin-specific configuration
int32 BatchSize = 1;
int32 MaxSecretsPerOwner = 2;
Expand All @@ -213,7 +215,6 @@ message ReportingPluginConfig {
int32 MaxIdentifierOwnerLengthBytes = 5;
int32 MaxIdentifierNamespaceLengthBytes = 6;
optional string DKGInstanceID = 7;
bool EnableDeterministicPendingQueue = 8;

// OCR 3.1 ReportInfo configuration
int32 LimitsMaxQueryLength = 20;
Expand Down
Loading