Skip to content

Add the ability to set the prometheus.scrape component to use https #39

Open
@petewall

Description

@petewall

On OpenShift, kube-state-metrics and Node Exporter already exist, but they only respond on https. We'll need to be able to use https, set the bearer token, and disable tls verification:

  scheme     = "https"
  bearer_token_file = "/var/run/secrets/kubernetes.io/serviceaccount/token"
  tls_config {
    insecure_skip_verify = true
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions