Skip to content

transport_sockets: removed well_known_names.h file.#14751

Closed
cpakulski wants to merge 1 commit intoenvoyproxy:mainfrom
cpakulski:ts_well_known_names
Closed

transport_sockets: removed well_known_names.h file.#14751
cpakulski wants to merge 1 commit intoenvoyproxy:mainfrom
cpakulski:ts_well_known_names

Conversation

@cpakulski
Copy link
Copy Markdown
Contributor

@cpakulski cpakulski commented Jan 19, 2021

Commit Message:
Removed transport_sockets/well_known_names.h file.

Additional Description:
This is as per comment here: #13112 (comment)

Risk Level: Low
Testing: Make sure that all unit and integration tests pass
Docs Changes: No
Release Notes: No
Platform Specific Features:
Partially fixes: #7238

Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
@cpakulski
Copy link
Copy Markdown
Contributor Author

/retest

@repokitteh-read-only
Copy link
Copy Markdown

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #14751 (comment) was created by @cpakulski.

see: more, trace.

@cpakulski
Copy link
Copy Markdown
Contributor Author

/retest

@repokitteh-read-only
Copy link
Copy Markdown

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #14751 (comment) was created by @cpakulski.

see: more, trace.

@cpakulski
Copy link
Copy Markdown
Contributor Author

/retest

@repokitteh-read-only
Copy link
Copy Markdown

Retrying Azure Pipelines:
Check envoy-presubmit didn't fail.

🐱

Caused by: a #14751 (comment) was created by @cpakulski.

see: more, trace.

@asraa
Copy link
Copy Markdown
Contributor

asraa commented Jan 20, 2021

For x-ref, this is the issue Matt was referring to #7238

@cpakulski cpakulski marked this pull request as ready for review January 20, 2021 15:18
@cpakulski
Copy link
Copy Markdown
Contributor Author

Thanks @asraa for pointing to the original issue. I will update the PR description with the issue number.

if (!config.has_transport_socket()) {
if (config.has_hidden_envoy_deprecated_tls_context()) {
transport_socket.set_name(Extensions::TransportSockets::TransportSocketNames::get().Tls);
transport_socket.set_name("envoy.transport_sockets.tls");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the changes to adding the names inline in name() methods in source/extensions make sense to me. Here and in source/server, references to tls/raw_buffer names seem like they should refer to a common string, but it doesn't seem like there's a good place for that unless it exists in common/network somewhere.
@mattklein123 @htuch do you have ideas or should this just stay as is?
If it should stay as is, PR LGTM.

@asraa asraa self-assigned this Jan 21, 2021
@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions Bot added the stale stalebot believes this issue/PR has not been touched recently label Feb 22, 2021
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 2, 2021

This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions Bot closed this Mar 2, 2021
@cpakulski cpakulski deleted the ts_well_known_names branch May 18, 2021 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale stalebot believes this issue/PR has not been touched recently

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove well_known_names.h files

2 participants