mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-12 16:47:41 +02:00
config: remove deprecated client_ca option (#4918)
The client_ca and client_ca_file settings were deprecated in v0.23. Remove these options and add a link to the corresponding explanation on the Upgrading docs page.
This commit is contained in:
parent
6a833b365a
commit
e83b14bcd5
4 changed files with 5 additions and 65 deletions
|
@ -270,7 +270,6 @@ func getAllConfigFilePaths(cfg *Config) []string {
|
|||
fs := []string{
|
||||
cfg.Options.CAFile,
|
||||
cfg.Options.CertFile,
|
||||
cfg.Options.ClientCAFile,
|
||||
cfg.Options.ClientSecretFile,
|
||||
cfg.Options.CookieSecretFile,
|
||||
cfg.Options.DataBrokerStorageCAFile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue