Skip to content

Commit 8ba18da

Browse files
soloio-botsoloio-bot
and
soloio-bot
authored
Sync APIs. @tag-name=gloo-mesh-v2.5.12 (#1366)
Co-authored-by: soloio-bot <[email protected]>
1 parent 8eb02c2 commit 8ba18da

File tree

18 files changed

+3821
-2978
lines changed

18 files changed

+3821
-2978
lines changed

api/gloo.solo.io/policy/v2/resilience/failover_policy.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ message FailoverPolicySpec {
7070
// Select the destinations to apply the policy to by using labels.
7171
// If empty, the policy applies to all destinations in the workspace.
7272
// {{< alert context="info" >}}
73-
// The destinations can be Kubernetes services or virtual destinations.
73+
// The destinations can be Kubernetes services or virtual destinations.
7474
// Note that external services are not supported as destinations with this policy.
7575
// {{< /alert >}}
7676
repeated .common.gloo.solo.io.DestinationSelector apply_to_destinations = 1;

api/gloo.solo.io/policy/v2/security/jwt_policy.proto

+3
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ message JWTPolicySpec {
262262
// If this field is omitted or empty, the payload is not forwarded with the request.
263263
// To send select claims in the payload in individual headers, use the ClaimsToHeaders field instead.
264264
string output_payload_to_header = 9;
265+
266+
// Optional: Specify a custom delimiter to append claims. Defaults to a comma (`,`).
267+
string custom_delimiter = 10;
265268
}
266269

267270
// Set up the provider for the JWT configuration.

client-go/enterprise.gloo.solo.io/v1/auth_config.pb.clone.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-go/enterprise.gloo.solo.io/v1/auth_config.pb.equal.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-go/enterprise.gloo.solo.io/v1/auth_config.pb.go

+2,594-2,600
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-go/enterprise.gloo.solo.io/v1/auth_config.pb.hash.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-go/enterprise.gloo.solo.io/v1/auth_config.pb.uniquehash.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-go/envoy-gloo-ee/api/envoy/config/filter/http/solo_jwt_authn/v2/solo_jwt_authn.pb.go

+64-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)