Skip to content

feat(proxysettings): deprecate ProxyClusterScoped feature#76

Open
CorentinPtrl wants to merge 2 commits intoprojectcapsule:mainfrom
CorentinPtrl:feat/deprecate-proxy-cluster-scoped
Open

feat(proxysettings): deprecate ProxyClusterScoped feature#76
CorentinPtrl wants to merge 2 commits intoprojectcapsule:mainfrom
CorentinPtrl:feat/deprecate-proxy-cluster-scoped

Conversation

@CorentinPtrl
Copy link

Deprecate ProxyClusterScoped feature from projectcapsule/capsule-proxy#980

Signed-off-by: CorentinPtrl <pitrel.corentin@gmail.com>
@netlify
Copy link

netlify bot commented Mar 10, 2026

Deploy Preview for docs-projectcapsule ready!

Name Link
🔨 Latest commit 3a1a647
🔍 Latest deploy log https://app.netlify.com/projects/docs-projectcapsule/deploys/69b141d9ef33240008f9fca8
😎 Deploy Preview https://deploy-preview-76--docs-projectcapsule.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@CorentinPtrl CorentinPtrl force-pushed the feat/deprecate-proxy-cluster-scoped branch from 5edcacd to 3f1f50f Compare March 11, 2026 10:19
Signed-off-by: CorentinPtrl <pitrel.corentin@gmail.com>
@CorentinPtrl CorentinPtrl force-pushed the feat/deprecate-proxy-cluster-scoped branch from 3f1f50f to 3a1a647 Compare March 11, 2026 10:20
| `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. |
| `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. |
| `ProxyClusterScoped` | `false` | `ProxyClusterScoped` allows to proxy all clusterScoped objects for all tenant users. These can be defined via [ProxySettings](./proxysettings) |
| `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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `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)
| `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) |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants