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:
Kenneth Jenkins 2024-01-30 14:12:23 -08:00 committed by GitHub
parent 6a833b365a
commit e83b14bcd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 65 deletions

View file

@ -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,