Skip to content

Commit

Permalink
document that username may refer to a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Oct 4, 2024
1 parent 7b702c8 commit f49d75f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ spec:
description: "When true and if `auth.type` is `bearer`, Kiali Service Account token will be used for the API calls to Prometheus (in this case, `auth.token` config is ignored)."
type: boolean
username:
description: "Username to be used when making requests to Prometheus with `basic` authentication."
description: "Username to be used when making requests to Prometheus with `basic` authentication. May refer to a secret."
type: string
cache_duration:
description: "Prometheus caching duration expressed in seconds."
Expand Down Expand Up @@ -780,7 +780,7 @@ spec:
description: "When true and if `auth.type` is `bearer`, Kiali Service Account token will be used for the API calls to Grafana (in this case, `auth.token` config is ignored)."
type: boolean
username:
description: "Username to be used when making requests to Grafana with `basic` authentication."
description: "Username to be used when making requests to Grafana with `basic` authentication. May refer to a secret."
type: string
dashboards:
description: "A list of Grafana dashboards that Kiali can link to."
Expand Down Expand Up @@ -938,7 +938,7 @@ spec:
description: "When true and if `auth.type` is `bearer`, Kiali Service Account token will be used for the API calls to Prometheus (in this case, `auth.token` config is ignored)."
type: boolean
username:
description: "Username to be used when making requests to Prometheus with `basic` authentication."
description: "Username to be used when making requests to Prometheus with `basic` authentication. May refer to a secret."
type: string
cache_duration:
description: "Prometheus caching duration expressed in seconds."
Expand Down Expand Up @@ -1006,7 +1006,7 @@ spec:
description: "When true and if `auth.type` is `bearer`, Kiali Service Account token will be used for the API calls to the Tracing server (in this case, `auth.token` config is ignored)."
type: boolean
username:
description: "Username to be used when making requests to the Tracing server with `basic` authentication."
description: "Username to be used when making requests to the Tracing server with `basic` authentication. May refer to a secret."
type: string
custom_headers:
description: "A set of name/value settings that will be passed as headers when requests are sent to the Tracing backend."
Expand Down

0 comments on commit f49d75f

Please sign in to comment.