update docs link

This commit is contained in:
Denis Mishin 2022-11-04 11:56:23 -04:00
parent d37e106922
commit 7f4c2233e2

View file

@ -28,11 +28,11 @@ var reKeyPath = regexp.MustCompile(`\[\d+\]`)
var ( var (
// options that were deprecated in the config // options that were deprecated in the config
removedConfigFields = map[string]string{ removedConfigFields = map[string]string{
"idp_service_account": "", "idp_service_account": "https://docs.pomerium.com/docs/overview/upgrading#idp-directory-sync",
"idp_refresh_directory_timeout": "", "idp_refresh_directory_timeout": "https://docs.pomerium.com/docs/overview/upgrading#idp-directory-sync",
"idp_refresh_directory_interval": "", "idp_refresh_directory_interval": "https://docs.pomerium.com/docs/overview/upgrading#idp-directory-sync",
"idp_qps": "", "idp_qps": "https://docs.pomerium.com/docs/overview/upgrading#idp-directory-sync",
"routes.allowed_groups": "", "routes.allowed_groups": "https://docs.pomerium.com/docs/overview/upgrading#idp-groups-policy",
} }
// mapstructure has issues with embedded protobuf structs that we should ignore // mapstructure has issues with embedded protobuf structs that we should ignore