docs(MADR): context and user stories for mesh-scoped proxy policies#16209
Closed
lukidzi wants to merge 2 commits intokumahq:masterfrom
Closed
docs(MADR): context and user stories for mesh-scoped proxy policies#16209lukidzi wants to merge 2 commits intokumahq:masterfrom
lukidzi wants to merge 2 commits intokumahq:masterfrom
Conversation
… policies Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
Contributor
Reviewer Checklist🔍 Each of these sections need to be checked by the reviewer of the PR 🔍:
|
lobkovilya
reviewed
Apr 10, 2026
Removed redundant bullet point from user stories section.
slonka
reviewed
Apr 17, 2026
Comment on lines
+26
to
+27
| MeshExternalService destination on zone egress. It resolves all policy placement items deferred | ||
| by [MADR-062](062-meshexternalservice-and-zoneegress.md). |
Contributor
There was a problem hiding this comment.
MADR-062 also deferred MeshFaultInjection - do we want to covert it here? Or should we change all to most?
Comment on lines
+42
to
+44
| * As a mesh operator I want to inject HTTP headers with a token on the egress for all outgoing | ||
| requests to an external service so that all clients in the mesh can use the same token without | ||
| granting access to the token to individual clients. |
Contributor
There was a problem hiding this comment.
Should we highlight that this is a new functionality (compared to other user stories)?
|
|
||
| ## User Stories | ||
|
|
||
| * As a mesh operator I want to give access to service owners to a specific external resource |
Contributor
There was a problem hiding this comment.
nitpick: these could be numbered so it's easier to refer to them later on
Contributor
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.
Motivation
We want to support targeting mesh-scoped zone proxies by policies.
Implementation information
Define context and user stories