Disable ExternalName Services by default on Kubernetes providers

This commit is contained in:
Daniel Tomcej
2021-07-13 04:54:09 -06:00
committed by GitHub
parent 10ab39c33b
commit 3c1ed0d9b2
19 changed files with 637 additions and 102 deletions

View File

@@ -370,3 +370,8 @@ In `v2.4.9`, we changed span error to log only server errors (>= 500).
### K8S CrossNamespace
In `v2.4.10`, the default value for `allowCrossNamespace` has been changed to `false`.
### K8S ExternalName Service
In `v2.4.10`, by default, it is no longer authorized to reference Kubernetes ExternalName services.
To allow it, the `allowExternalNameServices` option should be set to `true`.