Skip to content

Commit

Permalink
CLIENT_KEY_CHAIN renamed to CLIENT_CERTIFICATE
Browse files Browse the repository at this point in the history
  • Loading branch information
jkamon committed Feb 22, 2022
1 parent 458acbb commit 796312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/protocol/exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ The following configuration options MUST be available to configure the OTLP expo
- Default: n/a
- Env vars: `OTEL_EXPORTER_OTLP_CLIENT_KEY` `OTEL_EXPORTER_OTLP_TRACES_CLIENT_KEY` `OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY` `OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY`

- **Client key chain file**: Chain trust for clients private key to use in MTLS communication in PEM format.
- **Client certificate file**: Client certificate/chain trust for clients private key to use in mTLS communication in PEM format.
- Default: n/a
- Env vars: `OTEL_EXPORTER_OTLP_CLIENT_KEY_CHAIN` `OTEL_EXPORTER_OTLP_TRACES_CLIENT_KEY_CHAIN` `OTEL_EXPORTER_OTLP_CLIENT_KEY_CHAIN` `OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY_CHAIN`
- Env vars: `OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE` `OTEL_EXPORTER_OTLP_TRACES_CLIENT_CERTIFICATE` `OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE` `OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE`

- **Headers**: Key-value pairs to be used as headers associated with gRPC or HTTP requests. See [Specifying headers](./exporter.md#specifying-headers-via-environment-variables) for more details.
- Default: n/a
Expand Down

0 comments on commit 796312f

Please sign in to comment.