Skip to content

Commit 1dc60d1

Browse files
author
soloio-bot
committed
Sync Gloo APIs. Destination Branch: gloo-main
1 parent 9103ca1 commit 1dc60d1

File tree

5 files changed

+2088
-2027
lines changed

5 files changed

+2088
-2027
lines changed

api/gloo/enterprise.gloo/v1/auth_config.proto

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ package enterprise.gloo.solo.io;
44
option go_package = "github.com/solo-io/solo-apis/pkg/api/enterprise.gloo.solo.io/v1";
55

66
import "github.com/solo-io/solo-kit/api/v1/ref.proto";
7+
import "github.com/solo-io/solo-apis/api/gloo/gloo/external/envoy/type/v3/http_status.proto";
8+
79

810
import "extproto/ext.proto";
911
option (extproto.equal_all) = true;
@@ -1157,6 +1159,9 @@ message ApiKeyAuth {
11571159
// to the request.
11581160
bool required = 2;
11591161
}
1162+
1163+
// Skip dataplane validation of header values.
1164+
bool skip_metadata_validation = 8;
11601165
}
11611166
message K8sSecretApiKeyStorage {
11621167
// Identify all valid API key secrets that match the provided label selector.<br/>
@@ -2109,6 +2114,9 @@ message ExtAuthConfig {
21092114
K8sSecretApiKeyStorage k8s_secret_apikey_storage = 4;
21102115
AerospikeApiKeyStorage aerospike_apikey_storage = 5;
21112116
}
2117+
2118+
// Skip dataplane validation of header values.
2119+
bool skip_metadata_validation = 6;
21122120
}
21132121

21142122
message OpaAuthConfig {

pkg/api/enterprise.gloo.solo.io/v1/auth_config.pb.clone.go

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

pkg/api/enterprise.gloo.solo.io/v1/auth_config.pb.equal.go

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

0 commit comments

Comments
 (0)