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

Introduction of Glob Patterns in extension of API related to URL paths #417

Merged
merged 15 commits into from
Aug 19, 2024

Conversation

druminski
Copy link
Collaborator

@druminski druminski commented Jun 7, 2024

Extended API of envoy-control by adding the paths field in IncomingEndpoint. The field can receive a set of values in the Glob Pattern format. The latest version of Envoy started to support Glob patterns by using the URI Template extension. In this PR we use the extension via the paths field.

Warning

This PR supports also the paths field along with Glob Patterns in JWT Filter, but Envoy doesn't support the Glob Pattern in JWT Filter yet. It will do it soon thanks to this Pull Request. Until then, please don't use Glob Patterns with JWT Filter.

@druminski druminski changed the base branch from master to java-control-plane-1.0.45 July 5, 2024 08:27
@druminski druminski changed the base branch from java-control-plane-1.0.45 to master July 19, 2024 08:34
@druminski druminski marked this pull request as ready for review July 19, 2024 10:59
@druminski druminski changed the title Introduction of Glob Patterns in extension of API related to URL paths | WIP Introduction of Glob Patterns in extension of API related to URL paths Jul 19, 2024
@druminski druminski merged commit 10ec6c7 into master Aug 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants