Skip to content

Commit

Permalink
Sync Gloo APIs. Destination Branch: gloo-main
Browse files Browse the repository at this point in the history
  • Loading branch information
soloio-bot committed Jan 8, 2024
1 parent d94d728 commit 29d66b1
Show file tree
Hide file tree
Showing 5 changed files with 1,086 additions and 1,026 deletions.
9 changes: 9 additions & 0 deletions api/gloo/enterprise.gloo/v1/auth_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,15 @@ message AerospikeApiKeyStorage {
// Identify the set of required labels (key/value) which an Aerospike secret must contain
// If a secret contains the provided set of labels, it will be considered valid when authorizing an ApiKey provided in a request
map<string, string> label_selector = 17;

// ConnectionQueueSize specifies the size of the Connection Queue cache PER NODE.
// Note: One connection per node is reserved for tend operations and is not used for transactions.
int32 connection_queue_size = 18;

// If set to true, will not create a new connection
// to the node if there are already `ConnectionQueueSize` active connections.
// Note: One connection per node is reserved for tend operations and is not used for transactions.
bool limit_connections_to_queue_size = 19;
}

message ApiKey {
Expand Down
4 changes: 4 additions & 0 deletions pkg/api/enterprise.gloo.solo.io/v1/auth_config.pb.clone.go

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

8 changes: 8 additions & 0 deletions pkg/api/enterprise.gloo.solo.io/v1/auth_config.pb.equal.go

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

Loading

0 comments on commit 29d66b1

Please sign in to comment.