Skip to content

VLAgent / VLAgentRemoteWriteSpec missing basicAuth #2371

Description

@brokenjacobs

The VLAgent VLAgentRemoteWriteSpec is missing basicAuth support. VLAgent supports this through command line arguments but the CRD doesn't include support for setting basic auth from a secret like VMAgent does:

- url: "https://vlagent.somewhere.com/internal/insert"
    basicAuth:
      username:
        name: vlagent-remote-auth
        key: user
      password:
        name: vlagent-remote-auth
        key: password

Metadata

Metadata

Labels

enhancementNew feature or requestwaiting for releaseThe change was merged to upstream, but wasn't released yet.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions