Skip to content

Commit e60dbf4

Browse files
committed
fix(proxy): lint
Signed-off-by: CorentinPtrl <pitrel.corentin@gmail.com>
1 parent 5fbf4f3 commit e60dbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/proxy/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Feature Gates are a set of key/value pairs that can be used to enable or disable
2121
| :--- | :--- | :--- |
2222
| `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. |
2323
| `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

Comments
 (0)