Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample/Doc for pipeline module(s) #452

Closed
samsp-msft opened this issue Oct 2, 2020 · 1 comment
Closed

Sample/Doc for pipeline module(s) #452

samsp-msft opened this issue Oct 2, 2020 · 1 comment
Labels
Deployment cookbook Base capability is there, but documentation on how to achieve the scenario is required. Type: Documentation Improvements or additions to documentation
Milestone

Comments

@samsp-msft
Copy link
Member

Most of the questions we get for "how do I?" with the proxy can be solved with a custom middleware component. Although we have a samples folder - that is more of a scratch pad for the teams internal experiments - it is not documentation for what you can do and how you should do it as a middleware component. For example, can you create new destinations on the fly, can you lookup the destinations for a backend cluster and swap those in.

This should cover:

  • What properties existing pipeline stages operate on, and write out -> so that you know where to insert your module
  • Reading from config
  • Modifying destinations for a request
  • Reading and modifying headers before the request is sent to destination
  • Reading and modifying headers before the response is sent to the client
@samsp-msft samsp-msft added the Type: Idea This issue is a high-level idea for discussion. label Oct 2, 2020
@karelz karelz added Deployment cookbook Base capability is there, but documentation on how to achieve the scenario is required. Type: Documentation Improvements or additions to documentation and removed Type: Idea This issue is a high-level idea for discussion. labels Oct 8, 2020
@karelz karelz added this to the 1.0.0 milestone Oct 8, 2020
@karelz
Copy link
Member

karelz commented Mar 29, 2021

Duplicate of #114

@karelz karelz marked this as a duplicate of #114 Mar 29, 2021
@karelz karelz closed this as completed Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deployment cookbook Base capability is there, but documentation on how to achieve the scenario is required. Type: Documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants