Skip to content

VMAlert datasource bearer token isn't documented #2365

Description

@Sleuth56

The CRD reference in the API docs for vmalert doesn't show that bearer tokens are a possibility to use with the datasource options. VMAlert supports this option and the operator successfully applies this configuration when the fields are present in the CRD.

apiVersion: operator.victoriametrics.com/v1beta1
kind: VMAlert
metadata:
  name: vmalert
  namespace: victoria-metrics
spec:
  datasource:
    url: http://vmauth-vmalert:8427
    bearerTokenSecret:
      name: vmalert-token
      key: token

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions