Skip to content

Proposal: Auto-configure middleware pipelines via priority and pipeline type properties #6660

Open
@berndverst

Description

@berndverst

This is a proposal to add a new mechanism for configuring Middlewares, directly from the component YAML instead of the Configuration CRD.

Each middleware would support the optional priority property via which the ordering can be determined in which a middleware components should be applied to a pipeline.

Another property should be pipelineType with values httpPipeline and appHttpPipeline at this time.

This also will allow scoping of middleware components to individual apps in Kubernetes without having to rely on a global configuration which may be invalid for an individual app.

Metadata

Metadata

Type

No type

Projects

Status

Assigned - P1

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions