Skip to content

Add and document TLS configuration for docker_logs source #5488

@juchiast

Description

@juchiast

Documentation should mention how env var DOCKER_CERT_PATH and DOCKER_CONFIG is being used to get certificates when connecting via TLS.

In the same spirit as #5413, we should add TLS configuration options for docker_logs source.

Three required options:

  • tls.ca_file
  • tls.crt_file
  • tls.key_file

Official docker client allows some of the options to be missing, but bollard does not, therefore all three options are required.

Metadata

Metadata

Assignees

Labels

type: enhancementA value-adding code change that enhances its existing functionality.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions