Skip to content

Commit 3d6c6d6

Browse files
soloio-botsoloio-bot
and
soloio-bot
authored
Sync APIs. @tag-name=gloo-v1.15.34 (#1337)
Co-authored-by: soloio-bot <[email protected]>
1 parent e7f89d2 commit 3d6c6d6

File tree

5 files changed

+1035
-1095
lines changed

5 files changed

+1035
-1095
lines changed

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

+1-10
Original file line numberDiff line numberDiff line change
@@ -1014,12 +1014,8 @@ message ApiKeyAuth {
10141014
// to the request.
10151015
bool required = 2;
10161016
}
1017-
1018-
// API key metadata may contain data is is invalid for a header, such as a newline. By default, this data will be validated
1019-
// in the data plane and mitigated in a way that provides a consistent experience for the user and visibility for the operator.
1020-
// This validation comes with a performance cost, and can be disabled by setting this field to `true`.
1021-
bool skip_metadata_validation = 8;
10221017
}
1018+
10231019
message K8sSecretApiKeyStorage {
10241020
// Identify all valid API key secrets that match the provided label selector.<br/>
10251021
// API key secrets must be in one of the watch namespaces for gloo to locate them.
@@ -1843,11 +1839,6 @@ message ExtAuthConfig {
18431839
K8sSecretApiKeyStorage k8s_secret_apikey_storage = 4;
18441840
AerospikeApiKeyStorage aerospike_apikey_storage = 5;
18451841
}
1846-
1847-
// API key metadata may contain data is is invalid for a header, such as a newline. By default, this data will be validated
1848-
// in the data plane and mitigated in a way that provides a consistent experience for the user and visibility for the operator.
1849-
// This validation comes with a performance cost, and can be disabled by setting this field to `true`.
1850-
bool skip_metadata_validation = 6;
18511842
}
18521843

18531844
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)