You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/proxy/options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,4 @@ Feature Gates are a set of key/value pairs that can be used to enable or disable
21
21
| :--- | :--- | :--- |
22
22
|`ProxyAllNamespaced`|`true`|`ProxyAllNamespaced` allows to proxy all the Namespaced objects. When enabled, it will discover apis and ensure labels are set for resources in all tenant namespaces resulting in increased memory. However this feature helps with user experience. |
23
23
|`SkipImpersonationReview`|`false`|`SkipImpersonationReview` allows to skip the impersonation review for all requests containing impersonation headers (user and groups). **DANGER:** Enabling this flag allows any user to impersonate as any user or group essentially bypassing any authorization. Only use this option in trusted environments where authorization/authentication is offloaded to external systems. |
24
-
|`ProxyClusterScoped`|`false`| Deprecated: Use [Global Proxy Settings](../proxysettings/#globalproxysettings). `ProxyClusterScoped` allows to proxy all clusterScoped objects for all tenant users. These can be defined via [ProxySettings](../proxysettings)|
24
+
|`ProxyClusterScoped`|`false`| Deprecated: Use [Global Proxy Settings](/docs/proxy/proxysettings/#globalproxysettings). `ProxyClusterScoped` allows to proxy all clusterScoped objects for all tenant users. These can be defined via [ProxySettings](/docs/proxy/proxysettings/#proxysettings)|
0 commit comments