Skip to content

Commit

Permalink
Adds missing ES/OS sslNoVerify and authentication properties docs (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
codefromthecrypt authored Jun 21, 2024
1 parent b966048 commit df469a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df469a3

Please sign in to comment.