Skip to content

Commit

Permalink
update docs to mention default file location
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmith3197 committed Sep 20, 2023
1 parent ddcce64 commit 5b6cf86
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/DEPRECATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ See [DEPRECATION.md](docs/DEPRECATION.md#process) for the process for updating t

## To be removed

* legacy_openssl_provider v0.34.0 OpenSSL legacy provider flag should be removed
* legacy_openssl_provider v0.34.0 OpenSSL legacy provider flag should be removed
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Datadog sinks for the `endpoint` setting.

Vector upgraded the version of OpenSSL that it statically compiles in to v3.1.x in the 0.32.0 release.
Following our deprecation policy, v0.33.0 now disables the legacy OpenSSL provider by default. It can be
enabled via an [OpenSSL configuration file](https://www.openssl.org/docs/man3.1/man5/config.html)
specified with the `OPENSSL_CONF` environment variable.
enabled via an [OpenSSL configuration file](https://www.openssl.org/docs/man3.1/man5/config.html). The file
location defaults to `/usr/local/ssl/openssl.cnf` or can be specified with the `OPENSSL_CONF` environment variable.


### Deprecations
Expand Down
3 changes: 2 additions & 1 deletion website/cue/reference/components/sinks.cue
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ components: sinks: [Name=string]: {
body: """
Vector uses [OpenSSL](\(urls.openssl)) for TLS protocols due to OpenSSL's maturity. You can
enable and adjust TLS behavior via the [`tls.*`](#tls) options and/or via an
[OpenSSL configuration file](\(urls.openssl_conf)) specified with the `OPENSSL_CONF` environment variable.
[OpenSSL configuration file](\(urls.openssl_conf)). The file location defaults to
`/usr/local/ssl/openssl.cnf` or can be specified with the `OPENSSL_CONF` environment variable.
"""
}
}
Expand Down
3 changes: 2 additions & 1 deletion website/cue/reference/components/sources.cue
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ components: sources: [Name=string]: {
body: """
Vector uses [OpenSSL](\(urls.openssl)) for TLS protocols due to OpenSSL's maturity. You can
enable and adjust TLS behavior via the `tls.*` options and/or via an
[OpenSSL configuration file](\(urls.openssl_conf)) specified with the `OPENSSL_CONF` environment variable.
[OpenSSL configuration file](\(urls.openssl_conf)). The file location defaults to
`/usr/local/ssl/openssl.cnf` or can be specified with the `OPENSSL_CONF` environment variable.
"""
}

Expand Down
3 changes: 2 additions & 1 deletion website/cue/reference/components/sources/opentelemetry.cue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ components: sources: opentelemetry: {
body: """
Vector uses [OpenSSL](\(urls.openssl)) for TLS protocols due to OpenSSL's maturity. You can
enable and adjust TLS behavior via the `grpc.tls.*` and `http.tls.*` options and/or via an
[OpenSSL configuration file](\(urls.openssl_conf)) specified with the `OPENSSL_CONF` environment variable.
[OpenSSL configuration file](\(urls.openssl_conf)). The file location defaults to
`/usr/local/ssl/openssl.cnf` or can be specified with the `OPENSSL_CONF` environment variable.
"""
}
}
Expand Down

0 comments on commit 5b6cf86

Please sign in to comment.