Skip to content

Commit c5508e5

Browse files
authored
api: remov WIP for CredentialInjector (envoyproxy#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]>
1 parent cda7593 commit c5508e5

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

api/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
)

api/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>`.

api/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
)

api/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]

changelogs/current.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ minor_behavior_changes:
6363
change: |
6464
:ref:`AwsCredentialProvider <envoy_v3_api_msg_extensions.common.aws.v3.AwsCredentialProvider>` now supports all defined credential
6565
providers, allowing complete customisation of the credential provider chain when using AWS request signing extension.
66+
- area: filters
67+
change: |
68+
:ref:`Credential injector filter <envoy_v3_api_msg_extensions.filters.http.credential_injector.v3.CredentialInjector>` is no longer
69+
a work in progress field.
6670
6771
bug_fixes:
6872
# *Changes expected to improve the state of the world and are unlikely to have negative effects*

0 commit comments

Comments
 (0)