Skip to content

Commit c353bd3

Browse files
api: remov WIP for CredentialInjector (#39984)
<!-- !!!ATTENTION!!! If you are fixing *any* crash or *any* potential security issue, *do not* open a pull request in this repo. Please report the issue via emailing [email protected] where the issue will be triaged appropriately. Thank you in advance for helping to keep Envoy secure. !!!ATTENTION!!! For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md) --> Commit Message: this filter is in alpha, and used in EG. xref: envoyproxy/gateway#6147 Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] --------- Signed-off-by: zirain <[email protected]> Mirrored from https://github.com/envoyproxy/envoy @ c5508e5ce355a7720cbef183e2b870224ba85d65
1 parent 28a1633 commit c353bd3

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

envoy/extensions/filters/http/credential_injector/v3/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ api_proto_package(
88
deps = [
99
"//envoy/config/core/v3:pkg",
1010
"@com_github_cncf_xds//udpa/annotations:pkg",
11-
"@com_github_cncf_xds//xds/annotations/v3:pkg",
1211
],
1312
)

envoy/extensions/filters/http/credential_injector/v3/credential_injector.proto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ package envoy.extensions.filters.http.credential_injector.v3;
44

55
import "envoy/config/core/v3/extension.proto";
66

7-
import "xds/annotations/v3/status.proto";
8-
97
import "udpa/annotations/status.proto";
108
import "validate/validate.proto";
119

@@ -14,7 +12,6 @@ option java_outer_classname = "CredentialInjectorProto";
1412
option java_multiple_files = true;
1513
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/credential_injector/v3;credential_injectorv3";
1614
option (udpa.annotations.file_status).package_version_status = ACTIVE;
17-
option (xds.annotations.v3.file_status).work_in_progress = true;
1815

1916
// [#protodoc-title: Credential Injector]
2017
// Credential Injector :ref:`configuration overview <config_http_filters_credential_injector>`.

envoy/extensions/http/injected_credentials/generic/v3/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ api_proto_package(
88
deps = [
99
"//envoy/extensions/transport_sockets/tls/v3:pkg",
1010
"@com_github_cncf_xds//udpa/annotations:pkg",
11-
"@com_github_cncf_xds//xds/annotations/v3:pkg",
1211
],
1312
)

envoy/extensions/http/injected_credentials/generic/v3/generic.proto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ package envoy.extensions.http.injected_credentials.generic.v3;
44

55
import "envoy/extensions/transport_sockets/tls/v3/secret.proto";
66

7-
import "xds/annotations/v3/status.proto";
8-
97
import "udpa/annotations/status.proto";
108
import "validate/validate.proto";
119

@@ -14,7 +12,6 @@ option java_outer_classname = "GenericProto";
1412
option java_multiple_files = true;
1513
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/http/injected_credentials/generic/v3;genericv3";
1614
option (udpa.annotations.file_status).package_version_status = ACTIVE;
17-
option (xds.annotations.v3.file_status).work_in_progress = true;
1815

1916
// [#protodoc-title: Generic Credential]
2017
// [#extension: envoy.http.injected_credentials.generic]

0 commit comments

Comments
 (0)