mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-21 10:38:08 +02:00
core/config: remove version
This commit is contained in:
parent
a29476f61e
commit
aa619424df
8 changed files with 760 additions and 798 deletions
|
@ -27,7 +27,6 @@ type Config struct {
|
|||
Options *Options
|
||||
AutoCertificates []tls.Certificate
|
||||
EnvoyVersion string
|
||||
Version int64
|
||||
|
||||
// DerivedCertificates are TLS certificates derived from the shared secret
|
||||
DerivedCertificates []tls.Certificate
|
||||
|
@ -63,7 +62,6 @@ func (cfg *Config) Clone() *Config {
|
|||
_ = copy(endpoints, cfg.MetricsScrapeEndpoints)
|
||||
|
||||
return &Config{
|
||||
Version: cfg.Version,
|
||||
Options: newOptions,
|
||||
AutoCertificates: cfg.AutoCertificates,
|
||||
EnvoyVersion: cfg.EnvoyVersion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue