Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync APIs. @tag-name=gloo-sheidkamp #1308

Open
wants to merge 1 commit into
base: gloo-main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions api/gloo/enterprise.gloo/v1/auth_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ package enterprise.gloo.solo.io;
option go_package = "github.com/solo-io/solo-apis/pkg/api/enterprise.gloo.solo.io/v1";

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


import "extproto/ext.proto";
option (extproto.equal_all) = true;
Expand Down Expand Up @@ -1157,6 +1159,9 @@ message ApiKeyAuth {
// to the request.
bool required = 2;
}

// Skip dataplane validation of header values.
bool skip_metadata_validation = 8;
}
message K8sSecretApiKeyStorage {
// Identify all valid API key secrets that match the provided label selector.<br/>
Expand Down Expand Up @@ -2109,6 +2114,9 @@ message ExtAuthConfig {
K8sSecretApiKeyStorage k8s_secret_apikey_storage = 4;
AerospikeApiKeyStorage aerospike_apikey_storage = 5;
}

// Skip dataplane validation of header values.
bool skip_metadata_validation = 6;
}

message OpaAuthConfig {
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
Loading