-
Notifications
You must be signed in to change notification settings - Fork 690
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
Auth: Add HTTPProxy authorization fields #2715
Labels
area/httpproxy
Issues or PRs related to the HTTPProxy API.
Comments
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 7, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 7, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 8, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 8, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 9, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 9, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 10, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 10, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 11, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 11, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 11, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
jpeach
added a commit
to jpeach/contour
that referenced
this issue
Sep 11, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
youngnick
pushed a commit
to jpeach/contour
that referenced
this issue
Sep 14, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
youngnick
pushed a commit
to jpeach/contour
that referenced
this issue
Sep 14, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes projectcontour#2715. Signed-off-by: James Peach <[email protected]>
youngnick
pushed a commit
that referenced
this issue
Sep 15, 2020
Add HTTPProxy fields to specify how to bind a virtual host to an ExtensionService that can authorize inbound client requests. This fixes #2715. Signed-off-by: James Peach <[email protected]> Co-authored-by: Nick Young <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the problem you have
Add the
AuthorizationExtension
andAuthorizationPolicy
fields to theHTTPProxy
API. Use these fields to program the Envoyext_authz
filter.Make sure to clarify Envoy semantics in documentation
status_on_error
context_extensions
xref #432
xref #2643
The text was updated successfully, but these errors were encountered: