Skip to content

Commit

Permalink
doc: fix link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Sep 27, 2023
1 parent 1489cfc commit be4b7f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/configure-harvest-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ At runtime, the `credentials_file` will be read and the included credentials wil
matching cluster(s).

This is handy when integrating with 3rd party credential stores.
See #884 for examples.
See [#884](https://github.com/NetApp/harvest/discussions/884) for examples.

The format of the `credentials_file` is similar to `harvest.yml` and can contain multiple cluster credentials.

Expand Down
8 changes: 5 additions & 3 deletions harvest.cue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ label: [string]: string
}

#CertificateScript: {
path: string
timeout?: string
path: string
timeout?: string
}

#CredentialsScript: {
Expand All @@ -69,11 +69,13 @@ Pollers: [Name=_]: #Poller
#Poller: {
addr?: string
auth_style?: "basic_auth" | "certificate_auth"
ca_cert?: string
certificate_script?: #CertificateScript
client_timeout?: string
collectors?: [...#CollectorDef] | [...string]
conf_path?: string
credentials_file?: string
credentials_script?: #CredentialsScript
certificate_script?: #CertificateScript
datacenter?: string
exporters: [...string]
is_kfs?: bool
Expand Down

0 comments on commit be4b7f9

Please sign in to comment.