From df469a32f5a8313fd30e9abbe9f5c25f593b6f76 Mon Sep 17 00:00:00 2001 From: Adrian Cole <64215+codefromthecrypt@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:29:53 +0800 Subject: [PATCH] Adds missing ES/OS sslNoVerify and authentication properties docs (#20) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92a706a..9f07400 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ You can then run `helm search repo zipkin` to see the charts. | zipkin.selfTracing.enabled | bool | `false` | | | zipkin.storage.elasticsearch.hosts | string | no default | | | zipkin.storage.elasticsearch.index | string | `"zipkin"` | | +| zipkin.storage.elasticsearch.sslNoVerify | bool | `false` | Disables server key certificate chain verification. Not appropriate for production. | +| zipkin.storage.elasticsearch.username | string | no default | Basic authentication of X-Pack security | +| zipkin.storage.elasticsearch.password | string | no default | Basic authentication of X-Pack security | | zipkin.storage.type | string | `"mem"` | | The values are validated using a JSON schema, which contains logic to enforce either: