Skip to content

Commit

Permalink
Sync Gloo APIs. Destination Branch: gloo-v1.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
soloio-bot committed Jan 3, 2024
1 parent d298f55 commit 3e6d520
Show file tree
Hide file tree
Showing 5 changed files with 573 additions and 549 deletions.
2 changes: 2 additions & 0 deletions api/gloo/gloo/v1/settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ message SettingsSpec {
string secret_access_key = 6;
// The Session Token as provided by the security credentials on the AWS IAM resource
string session_token = 7;
// The time increment, in seconds, used in renewing the lease of the Vault token. See: https://developer.hashicorp.com/vault/docs/concepts/lease#lease-durations-and-renewal. Defaults to 0, which causes the default TTL to be used.
int32 lease_increment = 8;
}

// Settings to configure TLS-enabled Vault as a secret store
Expand Down
2 changes: 2 additions & 0 deletions pkg/api/gloo.solo.io/v1/settings.pb.clone.go

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

4 changes: 4 additions & 0 deletions pkg/api/gloo.solo.io/v1/settings.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 3e6d520

Please sign in to comment.