feat(proxysettings): deprecate ProxyClusterScoped feature#76
Open
CorentinPtrl wants to merge 2 commits intoprojectcapsule:mainfrom
Open
feat(proxysettings): deprecate ProxyClusterScoped feature#76CorentinPtrl wants to merge 2 commits intoprojectcapsule:mainfrom
CorentinPtrl wants to merge 2 commits intoprojectcapsule:mainfrom
Conversation
Signed-off-by: CorentinPtrl <pitrel.corentin@gmail.com>
✅ Deploy Preview for docs-projectcapsule ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
5edcacd to
3f1f50f
Compare
Signed-off-by: CorentinPtrl <pitrel.corentin@gmail.com>
3f1f50f to
3a1a647
Compare
sandert-k8s
approved these changes
Mar 11, 2026
| | `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) |
Collaborator
There was a problem hiding this comment.
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) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deprecate ProxyClusterScoped feature from projectcapsule/capsule-proxy#980