mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 00:06:38 +00:00
Enable basic auth for service query / scaling on provider
- this is a blocking issue for auth with Docker Swarm fixes #879 Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
e7cfaa1b9b
commit
3598da2e51
@ -7,7 +7,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// PrometheusQuery a PrometheusQuery
|
||||
// PrometheusQuery represents parameters for querying Prometheus
|
||||
type PrometheusQuery struct {
|
||||
Port int
|
||||
Host string
|
||||
|
Reference in New Issue
Block a user