prometheus / common

Go libraries shared across Prometheus components and libraries.
Apache License 2.0
259 stars 306 forks source link

Expose secret as FileSecret from config package #653

Closed alanprot closed 2 weeks ago

alanprot commented 3 weeks ago

Similar to https://github.com/prometheus/common/pull/650

Thanos also need the FileSecret to be exposed:

See: https://github.com/thanos-io/thanos/blob/c08dc141dd671f9c6ecc6dd85a9f39f8be32419c/pkg/clientconfig/http.go#L167

and https://github.com/prometheus/common/pull/538#issuecomment-2150596862