Skip to content
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

docs: fix invalid transport_socket value #9403

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

derekargueta
Copy link
Member

rawbuffer is invalid:

[2019-12-18 16:14:39.489][1760241][critical][main] [source/server/server.cc:94] error initializing configuration 'envoy.yaml': Didn't find a registered implementation for name: 'rawbuffer'
[2019-12-18 16:14:39.489][1760241][info][main] [source/server/server.cc:577] exiting
Didn't find a registered implementation for name: 'rawbuffer'

while here, updated them to the fully-qualified name, since tls, raw_buffer, etc. are deprecated:

[2019-12-18 16:15:37.997][1762851][warning][config] [bazel-out/darwin-fastbuild/bin/include/envoy/registry/_virtual_includes/registry/envoy/registry/registry.h:230] tls is deprecated, use envoy.transport_sockets.tls instead.

Signed-off-by: Derek Argueta dereka@pinterest.com

Signed-off-by: Derek Argueta <dereka@pinterest.com>
@repokitteh-read-only
Copy link

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to api/.

🐱

Caused by: #9403 was opened by derekargueta.

see: more, trace.

@lizan lizan merged commit 7114dcd into envoyproxy:master Dec 19, 2019
@derekargueta derekargueta deleted the dereka/socket-doc-fix branch December 19, 2019 05:49
sthagen added a commit to sthagen/envoyproxy-envoy that referenced this pull request Dec 19, 2019
docs: fix invalid transport_socket value (envoyproxy#9403)
spenceral added a commit to spenceral/envoy that referenced this pull request Dec 20, 2019
* master: (167 commits)
  stats: Avoid asserts in fuzz-tests by eliminating arbitrary length limits, using the new MemBlock wrapper for memcpy (envoyproxy#8779)
  Make %UPSTREAM_LOCAL_ADDRESS% access-log format work for HTTP requests. (envoyproxy#9362)
  tools: API boosting support for using decls and enum constants. (envoyproxy#9418)
  Fix incorrect cluster InitializePhase type (envoyproxy#9379)
  build: fix merge race between envoyproxy#9241 and envoyproxy#9413. (envoyproxy#9427)
  fuzz: fix incorrect evaluator test (envoyproxy#9402)
  server: fix bogus startup log message (envoyproxy#9404)
  tools: Add protoxform tests (envoyproxy#9241)
  api: options after import (envoyproxy#9413)
  misc: use std::move instead of constructing a copy (envoyproxy#9415)
  tools: API boosting support for rewriting elaborated types. (envoyproxy#9375)
  docs: fix invalid transport_socket value (envoyproxy#9403)
  fix typo in docs (envoyproxy#9394)
  srds: remove to-de-removed scopes first and then apply additions to avoid scope key conflict. (envoyproxy#9366)
  api: generate whole directory and sync (envoyproxy#9382)
  bazel: Add load statements for proto_library (envoyproxy#9367)
  Fix typo (envoyproxy#9388)
  Correct test of OptionsImpl argc type (Was: Correct type for std::array size() result) (envoyproxy#9290)
  http1 encode trailers in chunk encoding (envoyproxy#8667)
  Add mode to PipeInstance (envoyproxy#8423)
  ...
prakhag1 pushed a commit to prakhag1/envoy that referenced this pull request Jan 3, 2020
Signed-off-by: Derek Argueta <dereka@pinterest.com>
Signed-off-by: Prakhar <prakhar_au@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants