-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
connect: docs and cleanup #11146
connect: docs and cleanup #11146
Conversation
Signed-off-by: Alyssa Wilk <[email protected]>
cc @htuch for can we mark features alpha? |
Signed-off-by: Alyssa Wilk <[email protected]>
@alyssawilk not yet, but once #11151 merges we can build something very similar without much work to support this. Meanwhile, you can create an issue around this and assign to me if you'd like. |
In the interim do you think it's worth a comment, or do you think it's implicit that new features aren't well vetted? |
Yes, comment is fine, and please add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Just one small comment.
/wait
|
||
[SMTP Upstream] --- raw SMTP --- [L2 Envoy] --- SMTP tunneled over HTTP/2 --- [L1 Envoy] --- raw SMTP --- [Client] | ||
|
||
Examples of such a set up can be found in the Envoy example config `directory <https://github.com/envoyproxy/envoy/tree/master/configs/>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please us a :repo:
link here.
Signed-off-by: Alyssa Wilk <[email protected]>
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Signed-off-by: Alyssa Wilk <[email protected]>
[SMTP Upstream] --- raw SMTP --- [L2 Envoy] --- SMTP tunneled over HTTP/2 --- [L1 Envoy] --- raw SMTP --- [Client] | ||
|
||
Examples of such a set up can be found in the Envoy example config :repo:`directory <configs/>` | ||
If you run `bazel-bin/source/exe/envoy-static --config-path configs/encapsulate_in_connect.yaml --base-id 1` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
configs/encapsulate_in_connect.v3.yaml
|
||
Examples of such a set up can be found in the Envoy example config :repo:`directory <configs/>` | ||
If you run `bazel-bin/source/exe/envoy-static --config-path configs/encapsulate_in_connect.yaml --base-id 1` | ||
and `bazel-bin/source/exe/envoy-static --config-path configs/terminate_connect.yaml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
configs/terminate_connect.v3.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops - good catch!
#11175
Un-hiding CONNECT docs and config, now that it is implemented.
Risk Level: low (docs only)
Testing: in prior PRs
Docs Changes: yes
Release Notes: yes
Fixes #1630 and #1451