mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
config: add enable_google_cloud_serverless_authentication to config protobuf (#2306)
* config: add enable_google_cloud_serverless_authentication to config protobuf
* use dependency injection for embedded envoy provider
* Revert "use dependency injection for embedded envoy provider"
This reverts commit 5c08990501
.
* config: attach envoy version to Config to avoid metrics depending on envoy/files
This commit is contained in:
parent
8cd1f42281
commit
fcb33966e2
12 changed files with 477 additions and 457 deletions
|
@ -73,7 +73,7 @@ func (mgr *MetricsManager) updateInfo(cfg *Config) {
|
|||
hostname = "__unknown__"
|
||||
}
|
||||
|
||||
metrics.SetBuildInfo(serviceName, hostname)
|
||||
metrics.SetBuildInfo(serviceName, hostname, cfg.EnvoyVersion)
|
||||
mgr.serviceName = serviceName
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue