ADR 012: Search Authorization - #48
Open
FWuermse wants to merge 17 commits into
Open
Conversation
This was referenced Jul 27, 2026
Closed
Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
…tor (platform-mesh#35) * feat: Add ADR for GraphQL type name prefixing and input suffix separator * docs: Add prefix construction rules to GraphQL type naming ADR * docs: add section on remaining GraphQL type collision risks Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
On-behalf-of: @SAP mirza.kopic@sap.com Signed-off-by: Mirza Kopić <mirza.kopic@gmail.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
* RFC 006 Providers bootstrap updates Improves ManagedProvider schema by adding references to an external runtime cluster, the associated Provider resource, and the resulting provider kubeconfig secret. The Provider controller is now responsible for creating the provider workspace (at root:providers:<Provider.Name>-<Suffix>). The suffix is important - two distinct providers with the same name must always get distinct workspaces. On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <rvasek01@gmail.com> * Provider needs its own providerKubeconfigSecret On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <rvasek01@gmail.com> --------- Signed-off-by: Robert Vasek <rvasek01@gmail.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
Signed-off-by: Mangirdas Judeikis <mangirdas@judeikis.lt> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
…orm-mesh#32) Signed-off-by: Bastian Echterhölter <bastian.echterhoelter@sap.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
…rm-mesh#31) Co-authored-by: Nelo-T. Wallus <10514301+ntnn@users.noreply.github.com> Signed-off-by: Bastian Echterhölter <bastian.echterhoelter@sap.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
Co-authored-by: Nelo-T. Wallus <10514301+ntnn@users.noreply.github.com> Signed-off-by: Bastian Echterhölter <bastian.echterhoelter@sap.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
…atform-mesh#44) Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
…tform-mesh#28) Co-authored-by: Nelo-T. Wallus <10514301+ntnn@users.noreply.github.com> Signed-off-by: Kevin Stellmacher <dev@stellmacher.xyz> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
…ccess (platform-mesh#29) Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
Co-authored-by: pteich <peter.teich@sap.com> On-behalf-of: @SAP florian.wuermseer@sap.com Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
On-behalf-of: @SAP florian.wuermseer@sap.com Signed-off-by: Florian Wuermseer <florian.wuermseer@sap.com>
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.
This PR restores an previously discarded ADR from @pteich about an integration of authorization checks in the Search Provider.