-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
transport socket extension: gRPC TSI based ALTS support #3429
Comments
I believe this falls neatly under our new extension policy, so I think this should be good to go. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
I think this is not done yet. |
2nd PR for #3429, add frame protector. Risk Level: Low (not enabled in main) Testing: bazel test //test/... Docs Changes: N/A Release Notes: N/A Signed-off-by: Lizan Zhou <zlizan@google.com>
3rd PR for #3429, add transport socket implementation. Risk Level: Low (not enabled in main) Testing: bazel test //test/... Docs Changes: N/A Release Notes: N/A Signed-off-by: Lizan Zhou <zlizan@google.com>
Description:
The proposal is to upstream the ALTS support based on gRPC TSI (transport socket interface) implementation to Envoy main repo.
The current implementation have two part:
TransportSocket
implementation which may be reused to implement other gRPC based transport security (e.g. TLS)TransportSocketConfigFactory
to instantiate theTransportSocket
.cc @alyssawilk @htuch
[optional Relevant Links:]
Existing implementation:
https://github.com/istio/proxy/tree/master/src/envoy/alts
The text was updated successfully, but these errors were encountered: